#CBC5BD

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

Shades of Stark White #CBC5BD

Tints of Stark White #CBC5BD

Color information

#CBC5BD (or 0xCBC5BD) is unknown color: approx Stark White. HEX triplet: CB, C5 and BD. RGB value is (203,197,189). Sum of RGB (Red+Green+Blue) = 203+197+189=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5BD is #343A42. Grayscale: #C5C5C5. Windows color (decimal): -3422787 or 12436939. OLE color: 12436939.

HSL color Cylindrical-coordinate representation of color #CBC5BD: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC5BD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203197189-
CMYK00.030.070.20
HSL34.29º11.86%76.86%-
HSV(B)34.29º6.9%79.61%-
XYZ53.7856.356.18-
YUV197.88122.99131.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=34.47%
G=33.45%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319718900.030.070.2034.2911.8676.86
HexCBC5BD0371422c4d
Octal313305275037244214115
Binary1100101111000101101111010111111010010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5BD; }

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

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

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

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

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

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

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

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