#CDB5AF

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

Shades of Cold Turkey #CDB5AF

Tints of Cold Turkey #CDB5AF

Color information

#CDB5AF (or 0xCDB5AF) is unknown color: approx Cold Turkey. HEX triplet: CD, B5 and AF. RGB value is (205,181,175). Sum of RGB (Red+Green+Blue) = 205+181+175=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AF is #324A50. Grayscale: #BBBBBB. Windows color (decimal): -3295825 or 11515341. OLE color: 11515341.

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

Color convert

RGB205181175-
CMYK00.120.150.20
HSL12º23.08%74.51%-
HSV(B)12º14.63%80.39%-
XYZ49.4449.1247.43-
YUV187.49120.95140.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=36.54%
G=32.26%
B=31.19%

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
Decimal20518117500.120.150.201223.0874.51
HexCDB5AF0CF14c174b
Octal31526525701417241427113
Binary110011011011010110101111011001111101001100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5AF; }

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

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

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

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

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

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

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

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