#CBB9C0

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

Shades of Twilight #CBB9C0

Tints of Twilight #CBB9C0

Color information

#CBB9C0 (or 0xCBB9C0) is unknown color: approx Twilight. HEX triplet: CB, B9 and C0. RGB value is (203,185,192). Sum of RGB (Red+Green+Blue) = 203+185+192=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9C0 is #34463F. Grayscale: #BFBFBF. Windows color (decimal): -3425856 or 12630475. OLE color: 12630475.

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

Color convert

RGB203185192-
CMYK00.090.050.20
HSL336.67º14.75%76.08%-
HSV(B)336.67º8.87%79.61%-
XYZ51.4951.257.04-
YUV191.18128.46136.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=35%
G=31.90%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318519200.090.050.20336.6714.7576.08
HexCBB9C009514151f4c
Octal31327130001152452117114
Binary110010111011100111000000010011011010010101000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9C0; }

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

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

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

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

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

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

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

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