#CAAFAF

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

Shades of Cold Turkey #CAAFAF

Tints of Cold Turkey #CAAFAF

Color information

#CAAFAF (or 0xCAAFAF) is unknown color: approx Cold Turkey. HEX triplet: CA, AF and AF. RGB value is (202,175,175). Sum of RGB (Red+Green+Blue) = 202+175+175=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFAF is #355050. Grayscale: #B7B7B7. Windows color (decimal): -3493969 or 11513802. OLE color: 11513802.

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

Color convert

RGB202175175-
CMYK00.130.130.21
HSL20.3%73.92%-
HSV(B)13.37%79.22%-
XYZ47.4246.3147-
YUV183.07123.45141.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=36.59%
G=31.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217517500.130.130.21020.373.92
HexCAAFAF0DD150144a
Octal3122572570151525024112
Binary110010101010111110101111011011101101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFAF; }

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

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

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

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

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

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

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

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