#CDB0AE

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

Shades of Cold Turkey #CDB0AE

Tints of Cold Turkey #CDB0AE

Color information

#CDB0AE (or 0xCDB0AE) is unknown color: approx Cold Turkey. HEX triplet: CD, B0 and AE. RGB value is (205,176,174). Sum of RGB (Red+Green+Blue) = 205+176+174=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0AE is #324F51. Grayscale: #B8B8B8. Windows color (decimal): -3297106 or 11448525. OLE color: 11448525.

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

Color convert

RGB205176174-
CMYK00.140.150.20
HSL3.87º23.66%74.31%-
HSV(B)3.87º15.12%80.39%-
XYZ48.3447.0946.58-
YUV184.44122.11142.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=36.94%
G=31.71%
B=31.35%

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
Decimal20517617400.140.150.203.8723.6674.31
HexCDB0AE0EF144184a
Octal3152602560161724430112
Binary11001101101100001010111001110111110100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0AE; }

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

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

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

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

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

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

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

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