#CCAFAF

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

Shades of Cold Turkey #CCAFAF

Tints of Cold Turkey #CCAFAF

Color information

#CCAFAF (or 0xCCAFAF) is unknown color: approx Cold Turkey. HEX triplet: CC, AF and AF. RGB value is (204,175,175). Sum of RGB (Red+Green+Blue) = 204+175+175=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFAF is #335050. Grayscale: #B7B7B7. Windows color (decimal): -3362897 or 11513804. OLE color: 11513804.

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

Color convert

RGB204175175-
CMYK00.140.140.2
HSL22.14%74.31%-
HSV(B)14.22%80%-
XYZ47.9746.5947.02-
YUV183.67123.11142.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417517500.140.140.2022.1474.31
HexCCAFAF0EE140164a
Octal3142572570161624026112
Binary110011001010111110101111011101110101000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFAF; }

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

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

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

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

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

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

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

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