#CDB1AC

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

Shades of Cold Turkey #CDB1AC

Tints of Cold Turkey #CDB1AC

Color information

#CDB1AC (or 0xCDB1AC) is unknown color: approx Cold Turkey. HEX triplet: CD, B1 and AC. RGB value is (205,177,172). Sum of RGB (Red+Green+Blue) = 205+177+172=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AC is #324E53. Grayscale: #B8B8B8. Windows color (decimal): -3296852 or 11317709. OLE color: 11317709.

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

Color convert

RGB205177172-
CMYK00.140.160.20
HSL9.09º24.81%73.92%-
HSV(B)9.09º16.1%80.39%-
XYZ48.3547.445.63-
YUV184.8120.78142.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=37.00%
G=31.95%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517717200.140.160.209.0924.8173.92
HexCDB1AC0E10149194a
Octal31526125401620241131112
Binary1100110110110001101011000111010000101001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1AC; }

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

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

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

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

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

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

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

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