#CFC7BB

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

Shades of Stark White #CFC7BB

Tints of Stark White #CFC7BB

Color information

#CFC7BB (or 0xCFC7BB) is unknown color: approx Stark White. HEX triplet: CF, C7 and BB. RGB value is (207,199,187). Sum of RGB (Red+Green+Blue) = 207+199+187=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BB is #303844. Grayscale: #C8C8C8. Windows color (decimal): -3160133 or 12306383. OLE color: 12306383.

HSL color Cylindrical-coordinate representation of color #CFC7BB: hue angle of 36º 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 #CFC7BB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207199187-
CMYK00.040.100.19
HSL36º17.24%77.25%-
HSV(B)36º9.66%81.18%-
XYZ55.1357.755.25-
YUV200.02120.65132.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=34.91%
G=33.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719918700.040.100.193617.2477.25
HexCFC7BB04A1324114d
Octal3173072730412234421115
Binary1100111111000111101110110100101010011100100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7BB; }

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

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

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

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

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

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

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

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