#CBC6BD

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

Shades of Stark White #CBC6BD

Tints of Stark White #CBC6BD

Color information

#CBC6BD (or 0xCBC6BD) is unknown color: approx Stark White. HEX triplet: CB, C6 and BD. RGB value is (203,198,189). Sum of RGB (Red+Green+Blue) = 203+198+189=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BD is #343942. Grayscale: #C6C6C6. Windows color (decimal): -3422531 or 12437195. OLE color: 12437195.

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

Color convert

RGB203198189-
CMYK00.020.070.20
HSL38.57º11.86%76.86%-
HSV(B)38.57º6.9%79.61%-
XYZ54.0156.7656.25-
YUV198.47122.66131.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=34.41%
G=33.56%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319818900.020.070.2038.5711.8676.86
HexCBC6BD0271427c4d
Octal313306275027244714115
Binary1100101111000110101111010101111010010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6BD; }

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

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

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

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

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

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

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

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