#CBBEB0

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

Shades of Stark White #CBBEB0

Tints of Stark White #CBBEB0

Color information

#CBBEB0 (or 0xCBBEB0) is unknown color: approx Stark White. HEX triplet: CB, BE and B0. RGB value is (203,190,176). Sum of RGB (Red+Green+Blue) = 203+190+176=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEB0 is #34414F. Grayscale: #C0C0C0. Windows color (decimal): -3424592 or 11583179. OLE color: 11583179.

HSL color Cylindrical-coordinate representation of color #CBBEB0: hue angle of 31.11º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBEB0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203190176-
CMYK00.060.130.20
HSL31.11º20.61%74.31%-
HSV(B)31.11º13.3%79.61%-
XYZ50.8852.6648.56-
YUV192.29118.81135.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=35.68%
G=33.39%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319017600.060.130.2031.1120.6174.31
HexCBBEB006D141f154a
Octal3132762600615243725112
Binary110010111011111010110000011011011010011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEB0; }

 p { color: rgb(203,190,176); }

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

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

 a { background-color: rgb(203,190,176); }

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

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

 span { border-color: rgb(203,190,176); }

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