#CAAFB7

Color #CAAFB7 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CAAFB7

Tints of Pink Flare #CAAFB7

Color information

#CAAFB7 (or 0xCAAFB7) is unknown color: approx Pink Flare. HEX triplet: CA, AF and B7. RGB value is (202,175,183). Sum of RGB (Red+Green+Blue) = 202+175+183=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB7 is #355048. Grayscale: #B7B7B7. Windows color (decimal): -3493961 or 12038090. OLE color: 12038090.

HSL color Cylindrical-coordinate representation of color #CAAFB7: hue angle of 342.22º 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 #CAAFB7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202175183-
CMYK00.130.090.21
HSL342.22º20.3%73.92%-
HSV(B)342.22º13.37%79.22%-
XYZ48.2346.6451.26-
YUV183.98127.45140.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=36.07%
G=31.25%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518300.130.090.21342.2220.373.92
HexCAAFB70D915156144a
Octal312257267015112552624112
Binary11001010101011111011011101101100110101101010110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB7; }

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

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

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

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

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

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

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

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