#CDBCB9

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

Shades of Cold Turkey #CDBCB9

Tints of Cold Turkey #CDBCB9

Color information

#CDBCB9 (or 0xCDBCB9) is unknown color: approx Cold Turkey. HEX triplet: CD, BC and B9. RGB value is (205,188,185). Sum of RGB (Red+Green+Blue) = 205+188+185=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCB9 is #324346. Grayscale: #C0C0C0. Windows color (decimal): -3294023 or 12172493. OLE color: 12172493.

HSL color Cylindrical-coordinate representation of color #CDBCB9: hue angle of 9º 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 #CDBCB9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205188185-
CMYK00.080.100.20
HSL16.67%76.47%-
HSV(B)9.76%80.39%-
XYZ51.9252.4553.29-
YUV192.74123.63136.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=35.47%
G=32.53%
B=32.01%

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
Decimal20518818500.080.100.20916.6776.47
HexCDBCB908A149114c
Octal31527427101012241121114
Binary110011011011110010111001010001010101001001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBCB9; }

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

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

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

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

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

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

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

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