#CDBDBB

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

Shades of Cold Turkey #CDBDBB

Tints of Cold Turkey #CDBDBB

Color information

#CDBDBB (or 0xCDBDBB) is unknown color: approx Cold Turkey. HEX triplet: CD, BD and BB. RGB value is (205,189,187). Sum of RGB (Red+Green+Blue) = 205+189+187=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDBB is #324244. Grayscale: #C1C1C1. Windows color (decimal): -3293765 or 12303821. OLE color: 12303821.

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

Color convert

RGB205189187-
CMYK00.080.090.20
HSL6.67º15.25%76.86%-
HSV(B)6.67º8.78%80.39%-
XYZ52.3452.9654.48-
YUV193.56124.3136.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=35.28%
G=32.53%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518918700.080.090.206.6715.2576.86
HexCDBDBB089147f4d
Octal3152752730101124717115
Binary1100110110111101101110110100010011010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDBB; }

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

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

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

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

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

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

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

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