#CCBAB9

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

Shades of Cold Turkey #CCBAB9

Tints of Cold Turkey #CCBAB9

Color information

#CCBAB9 (or 0xCCBAB9) is unknown color: approx Cold Turkey. HEX triplet: CC, BA and B9. RGB value is (204,186,185). Sum of RGB (Red+Green+Blue) = 204+186+185=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB9 is #334546. Grayscale: #BFBFBF. Windows color (decimal): -3360071 or 12171980. OLE color: 12171980.

HSL color Cylindrical-coordinate representation of color #CCBAB9: hue angle of 3.16º 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 #CCBAB9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204186185-
CMYK00.090.090.2
HSL3.16º15.7%76.27%-
HSV(B)3.16º9.31%80%-
XYZ51.2251.4653.13-
YUV191.27124.46137.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=35.48%
G=32.35%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418618500.090.090.23.1615.776.27
HexCCBAB9099143104c
Octal3142722710111124320114
Binary1100110010111010101110010100110011010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAB9; }

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

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

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

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

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

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

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

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