#CC936F

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

Shades of Feldspar #CC936F

Tints of Feldspar #CC936F

Color information

#CC936F (or 0xCC936F) is unknown color: approx Feldspar. HEX triplet: CC, 93 and 6F. RGB value is (204,147,111). Sum of RGB (Red+Green+Blue) = 204+147+111=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936F is #336C90. Grayscale: #A0A0A0. Windows color (decimal): -3370129 or 7312332. OLE color: 7312332.

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

Color convert

RGB204147111-
CMYK00.280.460.2
HSL23.23º47.69%61.76%-
HSV(B)23.23º45.59%80%-
XYZ38.234.8519.75-
YUV159.94100.38159.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=44.16%
G=31.82%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414711100.280.460.223.2347.6961.76
HexCC936F01C2E1417303e
Octal3142231570345624276076
Binary110011001001001111011110111001011101010010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC936F; }

 p { color: rgb(204,147,111); }

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

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

 a { background-color: rgb(204,147,111); }

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

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

 span { border-color: rgb(204,147,111); }

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