#CBABAA

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

Shades of Cold Turkey #CBABAA

Tints of Cold Turkey #CBABAA

Color information

#CBABAA (or 0xCBABAA) is unknown color: approx Cold Turkey. HEX triplet: CB, AB and AA. RGB value is (203,171,170). Sum of RGB (Red+Green+Blue) = 203+171+170=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAA is #345455. Grayscale: #B4B4B4. Windows color (decimal): -3429462 or 11185099. OLE color: 11185099.

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

Color convert

RGB203171170-
CMYK00.160.160.20
HSL1.82º24.09%73.14%-
HSV(B)1.82º16.26%79.61%-
XYZ46.4544.7244.21-
YUV180.45122.1144.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=37.32%
G=31.43%
B=31.25%

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
Decimal20317117000.160.160.201.8224.0973.14
HexCBABAA010101421849
Octal3132532520202024230111
Binary110010111010101110101010010000100001010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABAA; }

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

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

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

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

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

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

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

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