#CFC5BD

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

Shades of Stark White #CFC5BD

Tints of Stark White #CFC5BD

Color information

#CFC5BD (or 0xCFC5BD) is unknown color: approx Stark White. HEX triplet: CF, C5 and BD. RGB value is (207,197,189). Sum of RGB (Red+Green+Blue) = 207+197+189=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5BD is #303A42. Grayscale: #C7C7C7. Windows color (decimal): -3160643 or 12436943. OLE color: 12436943.

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

Color convert

RGB207197189-
CMYK00.050.090.19
HSL26.67º15.79%77.65%-
HSV(B)26.67º8.7%81.18%-
XYZ54.8856.8756.23-
YUV199.08122.31133.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=34.91%
G=33.22%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719718900.050.090.1926.6715.7977.65
HexCFC5BD059131b104e
Octal3173052750511233320116
Binary110011111100010110111101010110011001111011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5BD; }

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

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

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

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

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

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

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

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