#CAAFAC

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

Shades of Cold Turkey #CAAFAC

Tints of Cold Turkey #CAAFAC

Color information

#CAAFAC (or 0xCAAFAC) is unknown color: approx Cold Turkey. HEX triplet: CA, AF and AC. RGB value is (202,175,172). Sum of RGB (Red+Green+Blue) = 202+175+172=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFAC is #355053. Grayscale: #B6B6B6. Windows color (decimal): -3493972 or 11317194. OLE color: 11317194.

HSL color Cylindrical-coordinate representation of color #CAAFAC: hue angle of 6º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAAFAC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202175172-
CMYK00.130.150.21
HSL22.06%73.33%-
HSV(B)14.85%79.22%-
XYZ47.1346.245.46-
YUV182.73121.95141.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=36.79%
G=31.88%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217517200.130.150.21622.0673.33
HexCAAFAC0DF1561649
Octal3122572540151725626111
Binary11001010101011111010110001101111110101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFAC; }

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

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

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

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

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

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

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

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