#CDBDB9

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

Shades of Cold Turkey #CDBDB9

Tints of Cold Turkey #CDBDB9

Color information

#CDBDB9 (or 0xCDBDB9) is unknown color: approx Cold Turkey. HEX triplet: CD, BD and B9. RGB value is (205,189,185). Sum of RGB (Red+Green+Blue) = 205+189+185=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDB9 is #324246. Grayscale: #C1C1C1. Windows color (decimal): -3293767 or 12172749. OLE color: 12172749.

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

Color convert

RGB205189185-
CMYK00.080.100.20
HSL12º16.67%76.47%-
HSV(B)12º9.76%80.39%-
XYZ52.1352.8853.36-
YUV193.33123.3136.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=35.41%
G=32.64%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518918500.080.100.201216.6776.47
HexCDBDB908A14c114c
Octal31527527101012241421114
Binary110011011011110110111001010001010101001100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDB9; }

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

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

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

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

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

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

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

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