#CBADAA

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

Shades of Cold Turkey #CBADAA

Tints of Cold Turkey #CBADAA

Color information

#CBADAA (or 0xCBADAA) is unknown color: approx Cold Turkey. HEX triplet: CB, AD and AA. RGB value is (203,173,170). Sum of RGB (Red+Green+Blue) = 203+173+170=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADAA is #345255. Grayscale: #B5B5B5. Windows color (decimal): -3428950 or 11185611. OLE color: 11185611.

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

Color convert

RGB203173170-
CMYK00.150.160.20
HSL5.45º24.09%73.14%-
HSV(B)5.45º16.26%79.61%-
XYZ46.8345.4944.34-
YUV181.63121.44143.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=37.18%
G=31.68%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317317000.150.160.205.4524.0973.14
HexCBADAA0F101451849
Octal3132552520172024530111
Binary110010111010110110101010011111000010100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADAA; }

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

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

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

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

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

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

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

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