#CFCCA6

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

Shades of White Rock #CFCCA6

Tints of White Rock #CFCCA6

Color information

#CFCCA6 (or 0xCFCCA6) is unknown color: approx White Rock. HEX triplet: CF, CC and A6. RGB value is (207,204,166). Sum of RGB (Red+Green+Blue) = 207+204+166=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCA6 is #303359. Grayscale: #C8C8C8. Windows color (decimal): -3158874 or 10931407. OLE color: 10931407.

HSL color Cylindrical-coordinate representation of color #CFCCA6: hue angle of 55.61º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCCA6 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207204166-
CMYK00.010.200.19
HSL55.61º29.93%73.14%-
HSV(B)55.61º19.81%81.18%-
XYZ54.2159.244.65-
YUV200.56108.49132.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=35.88%
G=35.36%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720416600.010.200.1955.6129.9373.14
HexCFCCA6011413381e49
Octal3173142460124237036111
Binary110011111100110010100110011010010011111000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCA6; }

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

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

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

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

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

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

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

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