#CBABAB

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

Shades of Cold Turkey #CBABAB

Tints of Cold Turkey #CBABAB

Color information

#CBABAB (or 0xCBABAB) is unknown color: approx Cold Turkey. HEX triplet: CB, AB and AB. RGB value is (203,171,171). Sum of RGB (Red+Green+Blue) = 203+171+171=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAB is #345454. Grayscale: #B4B4B4. Windows color (decimal): -3429461 or 11250635. OLE color: 11250635.

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

Color convert

RGB203171171-
CMYK00.160.160.20
HSL23.53%73.33%-
HSV(B)15.76%79.61%-
XYZ46.5444.7644.72-
YUV180.57122.6144-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=37.25%
G=31.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317117100.160.160.20023.5373.33
HexCBABAB010101401849
Octal3132532530202024030111
Binary11001011101010111010101101000010000101000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABAB; }

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

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

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

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

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

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

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

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