#CCBDB9

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

Shades of Cold Turkey #CCBDB9

Tints of Cold Turkey #CCBDB9

Color information

#CCBDB9 (or 0xCCBDB9) is unknown color: approx Cold Turkey. HEX triplet: CC, BD and B9. RGB value is (204,189,185). Sum of RGB (Red+Green+Blue) = 204+189+185=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB9 is #334246. Grayscale: #C1C1C1. Windows color (decimal): -3359303 or 12172748. OLE color: 12172748.

HSL color Cylindrical-coordinate representation of color #CCBDB9: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBDB9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204189185-
CMYK00.070.090.2
HSL12.63º15.7%76.27%-
HSV(B)12.63º9.31%80%-
XYZ51.8652.7453.34-
YUV193.03123.47135.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=35.29%
G=32.70%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418918500.070.090.212.6315.776.27
HexCCBDB907914d104c
Octal3142752710711241520114
Binary11001100101111011011100101111001101001101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB9; }

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

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

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

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

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

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

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

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