#CFCCA9

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

Shades of White Rock #CFCCA9

Tints of White Rock #CFCCA9

Color information

#CFCCA9 (or 0xCFCCA9) is unknown color: approx White Rock. HEX triplet: CF, CC and A9. RGB value is (207,204,169). Sum of RGB (Red+Green+Blue) = 207+204+169=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCA9 is #303356. Grayscale: #C9C9C9. Windows color (decimal): -3158871 or 11128015. OLE color: 11128015.

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

Color convert

RGB207204169-
CMYK00.010.180.19
HSL55.26º28.36%73.73%-
HSV(B)55.26º18.36%81.18%-
XYZ54.4959.3246.11-
YUV200.91109.99132.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=35.69%
G=35.17%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720416900.010.180.1955.2628.3673.73
HexCFCCA9011213371c4a
Octal3173142510122236734112
Binary110011111100110010101001011001010011110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCA9; }

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

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

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

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

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

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

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

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