#CDB1AF

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

Shades of Cold Turkey #CDB1AF

Tints of Cold Turkey #CDB1AF

Color information

#CDB1AF (or 0xCDB1AF) is unknown color: approx Cold Turkey. HEX triplet: CD, B1 and AF. RGB value is (205,177,175). Sum of RGB (Red+Green+Blue) = 205+177+175=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AF is #324E50. Grayscale: #B9B9B9. Windows color (decimal): -3296849 or 11514317. OLE color: 11514317.

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

Color convert

RGB205177175-
CMYK00.140.150.20
HSL23.08%74.51%-
HSV(B)14.63%80.39%-
XYZ48.6447.5247.17-
YUV185.14122.28142.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=36.80%
G=31.78%
B=31.42%

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
Decimal20517717500.140.150.20423.0874.51
HexCDB1AF0EF144174b
Octal3152612570161724427113
Binary11001101101100011010111101110111110100100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1AF; }

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

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

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

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

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

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

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

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