#CDBAB5

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

Shades of Cold Turkey #CDBAB5

Tints of Cold Turkey #CDBAB5

Color information

#CDBAB5 (or 0xCDBAB5) is unknown color: approx Cold Turkey. HEX triplet: CD, BA and B5. RGB value is (205,186,181). Sum of RGB (Red+Green+Blue) = 205+186+181=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAB5 is #32454A. Grayscale: #BFBFBF. Windows color (decimal): -3294539 or 11909837. OLE color: 11909837.

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

Color convert

RGB205186181-
CMYK00.090.120.20
HSL12.5º19.35%75.69%-
HSV(B)12.5º11.71%80.39%-
XYZ51.0851.4350.95-
YUV191.11122.29137.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=35.84%
G=32.52%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518618100.090.120.2012.519.3575.69
HexCDBAB509C14d134c
Octal31527226501114241523114
Binary110011011011101010110101010011100101001101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAB5; }

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

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

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

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

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

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

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

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