#CCAFAE

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

Shades of Cold Turkey #CCAFAE

Tints of Cold Turkey #CCAFAE

Color information

#CCAFAE (or 0xCCAFAE) is unknown color: approx Cold Turkey. HEX triplet: CC, AF and AE. RGB value is (204,175,174). Sum of RGB (Red+Green+Blue) = 204+175+174=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFAE is #335051. Grayscale: #B7B7B7. Windows color (decimal): -3362898 or 11448268. OLE color: 11448268.

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

Color convert

RGB204175174-
CMYK00.140.150.2
HSL22.73%74.12%-
HSV(B)14.71%80%-
XYZ47.8746.5546.51-
YUV183.56122.61142.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=36.89%
G=31.65%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417517400.140.150.2222.7374.12
HexCCAFAE0EF142174a
Octal3142572560161724227112
Binary1100110010101111101011100111011111010010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFAE; }

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

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

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

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

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

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

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

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