#CFCCB1

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

Shades of White Rock #CFCCB1

Tints of White Rock #CFCCB1

Color information

#CFCCB1 (or 0xCFCCB1) is unknown color: approx White Rock. HEX triplet: CF, CC and B1. RGB value is (207,204,177). Sum of RGB (Red+Green+Blue) = 207+204+177=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCB1 is #30334E. Grayscale: #C9C9C9. Windows color (decimal): -3158863 or 11652303. OLE color: 11652303.

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

Color convert

RGB207204177-
CMYK00.010.140.19
HSL54º23.81%75.29%-
HSV(B)54º14.49%81.18%-
XYZ55.2659.6350.19-
YUV201.82113.99131.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=35.20%
G=34.69%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720417700.010.140.195423.8175.29
HexCFCCB101E1336184b
Octal3173142610116236630113
Binary11001111110011001011000101111010011110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCB1; }

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

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

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

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

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

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

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

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