#CBA9A8

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

Shades of Cold Turkey #CBA9A8

Tints of Cold Turkey #CBA9A8

Color information

#CBA9A8 (or 0xCBA9A8) is unknown color: approx Cold Turkey. HEX triplet: CB, A9 and A8. RGB value is (203,169,168). Sum of RGB (Red+Green+Blue) = 203+169+168=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9A8 is #345657. Grayscale: #B3B3B3. Windows color (decimal): -3429976 or 11053515. OLE color: 11053515.

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

Color convert

RGB203169168-
CMYK00.170.170.20
HSL1.71º25.18%72.75%-
HSV(B)1.71º17.24%79.61%-
XYZ45.8843.943.1-
YUV179.05121.76145.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=37.59%
G=31.30%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316916800.170.170.201.7125.1872.75
HexCBA9A8011111421949
Octal3132512500212124231111
Binary110010111010100110101000010001100011010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9A8; }

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

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

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

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

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

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

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

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