#CDB9B4

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

Shades of Cold Turkey #CDB9B4

Tints of Cold Turkey #CDB9B4

Color information

#CDB9B4 (or 0xCDB9B4) is unknown color: approx Cold Turkey. HEX triplet: CD, B9 and B4. RGB value is (205,185,180). Sum of RGB (Red+Green+Blue) = 205+185+180=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9B4 is #32464B. Grayscale: #BEBEBE. Windows color (decimal): -3294796 or 11844045. OLE color: 11844045.

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

Color convert

RGB205185180-
CMYK00.100.120.20
HSL12º20%75.49%-
HSV(B)12º12.2%80.39%-
XYZ50.7650.9750.34-
YUV190.41122.13138.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=35.96%
G=32.46%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518518000.100.120.20122075.49
HexCDB9B40AC14c144b
Octal31527126401214241424113
Binary110011011011100110110100010101100101001100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9B4; }

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

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

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

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

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

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

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

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