#CCAFAC

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

Shades of Cold Turkey #CCAFAC

Tints of Cold Turkey #CCAFAC

Color information

#CCAFAC (or 0xCCAFAC) is unknown color: approx Cold Turkey. HEX triplet: CC, AF and AC. RGB value is (204,175,172). Sum of RGB (Red+Green+Blue) = 204+175+172=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFAC is #335053. Grayscale: #B7B7B7. Windows color (decimal): -3362900 or 11317196. OLE color: 11317196.

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

Color convert

RGB204175172-
CMYK00.140.160.2
HSL5.63º23.88%73.73%-
HSV(B)5.63º15.69%80%-
XYZ47.6846.4845.49-
YUV183.33121.61142.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=37.02%
G=31.76%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417517200.140.160.25.6323.8873.73
HexCCAFAC0E10146184a
Octal3142572540162024630112
Binary110011001010111110101100011101000010100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFAC; }

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

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

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

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

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

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

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

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