#CBC6BC

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

Shades of Stark White #CBC6BC

Tints of Stark White #CBC6BC

Color information

#CBC6BC (or 0xCBC6BC) is unknown color: approx Stark White. HEX triplet: CB, C6 and BC. RGB value is (203,198,188). Sum of RGB (Red+Green+Blue) = 203+198+188=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BC is #343943. Grayscale: #C6C6C6. Windows color (decimal): -3422532 or 12371659. OLE color: 12371659.

HSL color Cylindrical-coordinate representation of color #CBC6BC: hue angle of 40º degrees, saturation: 0.13, 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 #CBC6BC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203198188-
CMYK00.020.070.20
HSL40º12.61%76.67%-
HSV(B)40º7.39%79.61%-
XYZ53.956.7255.68-
YUV198.36122.16131.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=34.47%
G=33.62%
B=31.92%

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
Decimal20319818800.020.070.204012.6176.67
HexCBC6BC0271428d4d
Octal313306274027245015115
Binary1100101111000110101111000101111010010100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6BC; }

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

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

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

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

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

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

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

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