#CDB1AE

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

Shades of Cold Turkey #CDB1AE

Tints of Cold Turkey #CDB1AE

Color information

#CDB1AE (or 0xCDB1AE) is unknown color: approx Cold Turkey. HEX triplet: CD, B1 and AE. RGB value is (205,177,174). Sum of RGB (Red+Green+Blue) = 205+177+174=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AE is #324E51. Grayscale: #B9B9B9. Windows color (decimal): -3296850 or 11448781. OLE color: 11448781.

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

Color convert

RGB205177174-
CMYK00.140.150.20
HSL5.81º23.66%74.31%-
HSV(B)5.81º15.12%80.39%-
XYZ48.5447.4846.65-
YUV185.03121.78142.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=36.87%
G=31.83%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517717400.140.150.205.8123.6674.31
HexCDB1AE0EF146184a
Octal3152612560161724630112
Binary11001101101100011010111001110111110100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1AE; }

 p { color: rgb(205,177,174); }

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

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

 a { background-color: rgb(205,177,174); }

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

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

 span { border-color: rgb(205,177,174); }

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