#CBC0B6

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

Shades of Stark White #CBC0B6

Tints of Stark White #CBC0B6

Color information

#CBC0B6 (or 0xCBC0B6) is unknown color: approx Stark White. HEX triplet: CB, C0 and B6. RGB value is (203,192,182). Sum of RGB (Red+Green+Blue) = 203+192+182=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0B6 is #343F49. Grayscale: #C2C2C2. Windows color (decimal): -3424074 or 11976907. OLE color: 11976907.

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

Color convert

RGB203192182-
CMYK00.050.100.20
HSL28.57º16.8%75.49%-
HSV(B)28.57º10.34%79.61%-
XYZ51.9253.7751.9-
YUV194.15121.14134.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=35.18%
G=33.28%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319218200.050.100.2028.5716.875.49
HexCBC0B605A141d114b
Octal3133002660512243521113
Binary110010111100000010110110010110101010011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0B6; }

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

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

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

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

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

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

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

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