#CFC7BD

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

Shades of Stark White #CFC7BD

Tints of Stark White #CFC7BD

Color information

#CFC7BD (or 0xCFC7BD) is unknown color: approx Stark White. HEX triplet: CF, C7 and BD. RGB value is (207,199,189). Sum of RGB (Red+Green+Blue) = 207+199+189=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7BD is #303842. Grayscale: #C8C8C8. Windows color (decimal): -3160131 or 12437455. OLE color: 12437455.

HSL color Cylindrical-coordinate representation of color #CFC7BD: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC7BD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207199189-
CMYK00.040.090.19
HSL33.33º15.79%77.65%-
HSV(B)33.33º8.7%81.18%-
XYZ55.3457.7956.38-
YUV200.25121.65132.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=34.79%
G=33.45%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719918900.040.090.1933.3315.7977.65
HexCFC7BD0491321104e
Octal3173072750411234120116
Binary1100111111000111101111010100100110011100001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7BD; }

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

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

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

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

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

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

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

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