#CBC5BE

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

Shades of Stark White #CBC5BE

Tints of Stark White #CBC5BE

Color information

#CBC5BE (or 0xCBC5BE) is unknown color: approx Stark White. HEX triplet: CB, C5 and BE. RGB value is (203,197,190). Sum of RGB (Red+Green+Blue) = 203+197+190=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5BE is #343A41. Grayscale: #C6C6C6. Windows color (decimal): -3422786 or 12502475. OLE color: 12502475.

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

Color convert

RGB203197190-
CMYK00.030.060.20
HSL32.31º11.11%77.06%-
HSV(B)32.31º6.4%79.61%-
XYZ53.8956.3556.75-
YUV198123.49131.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=34.41%
G=33.39%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319719000.030.060.2032.3111.1177.06
HexCBC5BE0361420b4d
Octal313305276036244013115
Binary1100101111000101101111100111101010010000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5BE; }

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

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

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

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

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

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

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

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