#CFCCAF

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

Shades of White Rock #CFCCAF

Tints of White Rock #CFCCAF

Color information

#CFCCAF (or 0xCFCCAF) is unknown color: approx White Rock. HEX triplet: CF, CC and AF. RGB value is (207,204,175). Sum of RGB (Red+Green+Blue) = 207+204+175=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCAF is #303350. Grayscale: #C9C9C9. Windows color (decimal): -3158865 or 11521231. OLE color: 11521231.

HSL color Cylindrical-coordinate representation of color #CFCCAF: hue angle of 54.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCCAF is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207204175-
CMYK00.010.150.19
HSL54.38º25%74.9%-
HSV(B)54.38º15.46%81.18%-
XYZ55.0659.5549.15-
YUV201.59112.99131.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=35.32%
G=34.81%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720417500.010.150.1954.382574.9
HexCFCCAF01F1336194b
Octal3173142570117236631113
Binary11001111110011001010111101111110011110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCAF; }

 p { color: rgb(207,204,175); }

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

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

 a { background-color: rgb(207,204,175); }

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

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

 span { border-color: rgb(207,204,175); }

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