#CDB0B0

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

Shades of Cold Turkey #CDB0B0

Tints of Cold Turkey #CDB0B0

Color information

#CDB0B0 (or 0xCDB0B0) is unknown color: approx Cold Turkey. HEX triplet: CD, B0 and B0. RGB value is (205,176,176). Sum of RGB (Red+Green+Blue) = 205+176+176=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0B0 is #324F4F. Grayscale: #B8B8B8. Windows color (decimal): -3297104 or 11579597. OLE color: 11579597.

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

Color convert

RGB205176176-
CMYK00.140.140.20
HSL22.48%74.71%-
HSV(B)14.15%80.39%-
XYZ48.5447.1647.62-
YUV184.67123.11142.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=36.80%
G=31.60%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517617600.140.140.20022.4874.71
HexCDB0B00EE140164b
Octal3152602600161624026113
Binary110011011011000010110000011101110101000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0B0; }

 p { color: rgb(205,176,176); }

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

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

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

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

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

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

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