#CBC5B9

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

Shades of Stark White #CBC5B9

Tints of Stark White #CBC5B9

Color information

#CBC5B9 (or 0xCBC5B9) is unknown color: approx Stark White. HEX triplet: CB, C5 and B9. RGB value is (203,197,185). Sum of RGB (Red+Green+Blue) = 203+197+185=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B9 is #343A46. Grayscale: #C5C5C5. Windows color (decimal): -3422791 or 12174795. OLE color: 12174795.

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

Color convert

RGB203197185-
CMYK00.030.090.20
HSL40º14.75%76.08%-
HSV(B)40º8.87%79.61%-
XYZ53.3556.1353.92-
YUV197.43120.99131.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=34.70%
G=33.68%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319718500.030.090.204014.7576.08
HexCBC5B90391428f4c
Octal3133052710311245017114
Binary11001011110001011011100101110011010010100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5B9; }

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

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

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

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

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

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

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

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