#CBADA9

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

Shades of Cold Turkey #CBADA9

Tints of Cold Turkey #CBADA9

Color information

#CBADA9 (or 0xCBADA9) is unknown color: approx Cold Turkey. HEX triplet: CB, AD and A9. RGB value is (203,173,169). Sum of RGB (Red+Green+Blue) = 203+173+169=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA9 is #345256. Grayscale: #B5B5B5. Windows color (decimal): -3428951 or 11120075. OLE color: 11120075.

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

Color convert

RGB203173169-
CMYK00.150.170.20
HSL7.06º24.64%72.94%-
HSV(B)7.06º16.75%79.61%-
XYZ46.7345.4543.85-
YUV181.51120.94143.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=37.25%
G=31.74%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317316900.150.170.207.0624.6472.94
HexCBADA90F111471949
Octal3132552510172124731111
Binary110010111010110110101001011111000110100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA9; }

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

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

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

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

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

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

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

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