#CCBAB7

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

Shades of Cold Turkey #CCBAB7

Tints of Cold Turkey #CCBAB7

Color information

#CCBAB7 (or 0xCCBAB7) is unknown color: approx Cold Turkey. HEX triplet: CC, BA and B7. RGB value is (204,186,183). Sum of RGB (Red+Green+Blue) = 204+186+183=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB7 is #334548. Grayscale: #BFBFBF. Windows color (decimal): -3360073 or 12040908. OLE color: 12040908.

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

Color convert

RGB204186183-
CMYK00.090.100.2
HSL8.57º17.07%75.88%-
HSV(B)8.57º10.29%80%-
XYZ51.0151.3752.03-
YUV191.04123.46137.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=35.60%
G=32.46%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418618300.090.100.28.5717.0775.88
HexCCBAB709A149114c
Octal31427226701112241121114
Binary110011001011101010110111010011010101001001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAB7; }

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

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

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

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

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

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

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

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