#CDB0AD

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

Shades of Cold Turkey #CDB0AD

Tints of Cold Turkey #CDB0AD

Color information

#CDB0AD (or 0xCDB0AD) is unknown color: approx Cold Turkey. HEX triplet: CD, B0 and AD. RGB value is (205,176,173). Sum of RGB (Red+Green+Blue) = 205+176+173=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0AD is #324F52. Grayscale: #B8B8B8. Windows color (decimal): -3297107 or 11382989. OLE color: 11382989.

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

Color convert

RGB205176173-
CMYK00.140.160.20
HSL5.63º24.24%74.12%-
HSV(B)5.63º15.61%80.39%-
XYZ48.2447.0546.07-
YUV184.33121.61142.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=37.00%
G=31.77%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517617300.140.160.205.6324.2474.12
HexCDB0AD0E10146184a
Octal3152602550162024630112
Binary110011011011000010101101011101000010100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0AD; }

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

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

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

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

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

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

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

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