#CFC8BB

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

Shades of Stark White #CFC8BB

Tints of Stark White #CFC8BB

Color information

#CFC8BB (or 0xCFC8BB) is unknown color: approx Stark White. HEX triplet: CF, C8 and BB. RGB value is (207,200,187). Sum of RGB (Red+Green+Blue) = 207+200+187=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8BB is #303744. Grayscale: #C8C8C8. Windows color (decimal): -3159877 or 12306639. OLE color: 12306639.

HSL color Cylindrical-coordinate representation of color #CFC8BB: hue angle of 39º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC8BB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207200187-
CMYK00.030.100.19
HSL39º17.24%77.25%-
HSV(B)39º9.66%81.18%-
XYZ55.3658.1655.32-
YUV200.61120.32132.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=34.85%
G=33.67%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720018700.030.100.193917.2477.25
HexCFC8BB03A1327114d
Octal3173102730312234721115
Binary110011111100100010111011011101010011100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8BB; }

 p { color: rgb(207,200,187); }

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

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

 a { background-color: rgb(207,200,187); }

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

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

 span { border-color: rgb(207,200,187); }

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