#CBC6C0

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

Shades of Stark White #CBC6C0

Tints of Stark White #CBC6C0

Color information

#CBC6C0 (or 0xCBC6C0) is unknown color: approx Stark White. HEX triplet: CB, C6 and C0. RGB value is (203,198,192). Sum of RGB (Red+Green+Blue) = 203+198+192=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6C0 is #34393F. Grayscale: #C6C6C6. Windows color (decimal): -3422528 or 12633803. OLE color: 12633803.

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

Color convert

RGB203198192-
CMYK00.020.050.20
HSL32.73º9.57%77.45%-
HSV(B)32.73º5.42%79.61%-
XYZ54.3456.8957.99-
YUV198.81124.16130.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=34.23%
G=33.39%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319819200.020.050.2032.739.5777.45
HexCBC6C00251421a4d
Octal313306300025244112115
Binary1100101111000110110000000101011010010000110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6C0; }

 p { color: rgb(203,198,192); }

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

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

 a { background-color: rgb(203,198,192); }

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

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

 span { border-color: rgb(203,198,192); }

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