#CDB0AB

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

Shades of Cold Turkey #CDB0AB

Tints of Cold Turkey #CDB0AB

Color information

#CDB0AB (or 0xCDB0AB) is unknown color: approx Cold Turkey. HEX triplet: CD, B0 and AB. RGB value is (205,176,171). Sum of RGB (Red+Green+Blue) = 205+176+171=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0AB is #324F54. Grayscale: #B8B8B8. Windows color (decimal): -3297109 or 11251917. OLE color: 11251917.

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

Color convert

RGB205176171-
CMYK00.140.170.20
HSL8.82º25.37%73.73%-
HSV(B)8.82º16.59%80.39%-
XYZ48.0546.9745.06-
YUV184.1120.61142.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=37.14%
G=31.88%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517617100.140.170.208.8225.3773.73
HexCDB0AB0E11149194a
Octal31526025301621241131112
Binary1100110110110000101010110111010001101001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0AB; }

 p { color: rgb(205,176,171); }

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

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

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

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

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

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

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