#CFCBB5

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

Shades of White Rock #CFCBB5

Tints of White Rock #CFCBB5

Color information

#CFCBB5 (or 0xCFCBB5) is unknown color: approx White Rock. HEX triplet: CF, CB and B5. RGB value is (207,203,181). Sum of RGB (Red+Green+Blue) = 207+203+181=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBB5 is #30344A. Grayscale: #C9C9C9. Windows color (decimal): -3159115 or 11914191. OLE color: 11914191.

HSL color Cylindrical-coordinate representation of color #CFCBB5: hue angle of 50.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCBB5 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207203181-
CMYK00.020.130.19
HSL50.77º21.31%76.08%-
HSV(B)50.77º12.56%81.18%-
XYZ55.4359.3152.24-
YUV201.69116.33131.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=35.03%
G=34.35%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720318100.020.130.1950.7721.3176.08
HexCFCBB502D1333154c
Octal3173132650215236325114
Binary110011111100101110110101010110110011110011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBB5; }

 p { color: rgb(207,203,181); }

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

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

 a { background-color: rgb(207,203,181); }

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

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

 span { border-color: rgb(207,203,181); }

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