#CCAEAB

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

Shades of Cold Turkey #CCAEAB

Tints of Cold Turkey #CCAEAB

Color information

#CCAEAB (or 0xCCAEAB) is unknown color: approx Cold Turkey. HEX triplet: CC, AE and AB. RGB value is (204,174,171). Sum of RGB (Red+Green+Blue) = 204+174+171=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAB is #335154. Grayscale: #B6B6B6. Windows color (decimal): -3363157 or 11251404. OLE color: 11251404.

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

Color convert

RGB204174171-
CMYK00.150.160.2
HSL5.45º24.44%73.53%-
HSV(B)5.45º16.18%80%-
XYZ47.3946.0544.92-
YUV182.63121.44143.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=37.16%
G=31.69%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417417100.150.160.25.4524.4473.53
HexCCAEAB0F10145184a
Octal3142562530172024530112
Binary110011001010111010101011011111000010100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEAB; }

 p { color: rgb(204,174,171); }

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

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

 a { background-color: rgb(204,174,171); }

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

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

 span { border-color: rgb(204,174,171); }

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