#CBC0B2

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

Shades of Stark White #CBC0B2

Tints of Stark White #CBC0B2

Color information

#CBC0B2 (or 0xCBC0B2) is unknown color: approx Stark White. HEX triplet: CB, C0 and B2. RGB value is (203,192,178). Sum of RGB (Red+Green+Blue) = 203+192+178=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0B2 is #343F4D. Grayscale: #C1C1C1. Windows color (decimal): -3424078 or 11714763. OLE color: 11714763.

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

Color convert

RGB203192178-
CMYK00.050.120.20
HSL33.6º19.38%74.71%-
HSV(B)33.6º12.32%79.61%-
XYZ51.5153.6149.75-
YUV193.69119.14134.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=35.43%
G=33.51%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319217800.050.120.2033.619.3874.71
HexCBC0B205C1422134b
Octal3133002620514244223113
Binary1100101111000000101100100101110010100100010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0B2; }

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

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

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

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

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

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

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

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