#CBC1B3

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

Shades of Stark White #CBC1B3

Tints of Stark White #CBC1B3

Color information

#CBC1B3 (or 0xCBC1B3) is unknown color: approx Stark White. HEX triplet: CB, C1 and B3. RGB value is (203,193,179). Sum of RGB (Red+Green+Blue) = 203+193+179=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1B3 is #343E4C. Grayscale: #C2C2C2. Windows color (decimal): -3423821 or 11780555. OLE color: 11780555.

HSL color Cylindrical-coordinate representation of color #CBC1B3: hue angle of 35º 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 #CBC1B3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203193179-
CMYK00.050.120.20
HSL35º18.75%74.9%-
HSV(B)35º11.82%79.61%-
XYZ51.8454.0950.36-
YUV194.39119.31134.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=35.30%
G=33.57%
B=31.13%

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
Decimal20319317900.050.120.203518.7574.9
HexCBC1B305C1423134b
Octal3133012630514244323113
Binary1100101111000001101100110101110010100100011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1B3; }

 p { color: rgb(203,193,179); }

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

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

 a { background-color: rgb(203,193,179); }

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

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

 span { border-color: rgb(203,193,179); }

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