#CBB3B3

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

Shades of Cold Turkey #CBB3B3

Tints of Cold Turkey #CBB3B3

Color information

#CBB3B3 (or 0xCBB3B3) is unknown color: approx Cold Turkey. HEX triplet: CB, B3 and B3. RGB value is (203,179,179). Sum of RGB (Red+Green+Blue) = 203+179+179=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3B3 is #344C4C. Grayscale: #BABABA. Windows color (decimal): -3427405 or 11776971. OLE color: 11776971.

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

Color convert

RGB203179179-
CMYK00.120.120.20
HSL18.75%74.9%-
HSV(B)11.82%79.61%-
XYZ48.8948.1949.37-
YUV186.18123.95140-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=36.19%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317917900.120.120.20018.7574.9
HexCBB3B30CC140134b
Octal3132632630141424023113
Binary110010111011001110110011011001100101000100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3B3; }

 p { color: rgb(203,179,179); }

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

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

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

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

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

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

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