#CC926D

Color #CC926D Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CC926D

Tints of Feldspar #CC926D

Color information

#CC926D (or 0xCC926D) is unknown color: approx Feldspar. HEX triplet: CC, 92 and 6D. RGB value is (204,146,109). Sum of RGB (Red+Green+Blue) = 204+146+109=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926D is #336D92. Grayscale: #9F9F9F. Windows color (decimal): -3370387 or 7181004. OLE color: 7181004.

HSL color Cylindrical-coordinate representation of color #CC926D: hue angle of 23.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC926D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204146109-
CMYK00.280.470.2
HSL23.37º48.22%61.37%-
HSV(B)23.37º46.57%80%-
XYZ37.9434.519.13-
YUV159.1299.72160.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=44.44%
G=31.81%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414610900.280.470.223.3748.2261.37
HexCC926D01C2F1417303d
Octal3142221550345724276075
Binary110011001001001011011010111001011111010010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC926D; }

 p { color: rgb(204,146,109); }

 H1.HeaderClassName
 {
   color: #CC926D;
 }
 .AnyTagClassName
 {
   color: #CC926D;
 }
</style>
background-color css

<style>
 a { background-color: #CC926D; }

 a { background-color: rgb(204,146,109); }

 div.DivClassName
 {
   background-color: #CC926D;
 }
 .BgClassName
 {
   background-color: #CC926D;
 }
</style>
border-color css

<style>
 span { border-color: #CC926D; }

 span { border-color: rgb(204,146,109); }

 td.TdClassName
 {
   border-color: #CC926D;
 }
 .TagClassName
 {
   border-color: #CC926D;
 }
</style>