#CDB4AF

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

Shades of Cold Turkey #CDB4AF

Tints of Cold Turkey #CDB4AF

Color information

#CDB4AF (or 0xCDB4AF) is unknown color: approx Cold Turkey. HEX triplet: CD, B4 and AF. RGB value is (205,180,175). Sum of RGB (Red+Green+Blue) = 205+180+175=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AF is #324B50. Grayscale: #BABABA. Windows color (decimal): -3296081 or 11515085. OLE color: 11515085.

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

Color convert

RGB205180175-
CMYK00.120.150.20
HSL10º23.08%74.51%-
HSV(B)10º14.63%80.39%-
XYZ49.2448.7247.37-
YUV186.9121.28140.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=36.61%
G=32.14%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518017500.120.150.201023.0874.51
HexCDB4AF0CF14a174b
Octal31526425701417241227113
Binary110011011011010010101111011001111101001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4AF; }

 p { color: rgb(205,180,175); }

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

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

 a { background-color: rgb(205,180,175); }

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

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

 span { border-color: rgb(205,180,175); }

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