#CAAFB1

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

Shades of Pink Flare #CAAFB1

Tints of Pink Flare #CAAFB1

Color information

#CAAFB1 (or 0xCAAFB1) is unknown color: approx Pink Flare. HEX triplet: CA, AF and B1. RGB value is (202,175,177). Sum of RGB (Red+Green+Blue) = 202+175+177=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFB1 is #35504E. Grayscale: #B7B7B7. Windows color (decimal): -3493967 or 11644874. OLE color: 11644874.

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

Color convert

RGB202175177-
CMYK00.130.120.21
HSL355.56º20.3%73.92%-
HSV(B)355.56º13.37%79.22%-
XYZ47.6246.3948.04-
YUV183.3124.45141.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=36.46%
G=31.59%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217517700.130.120.21355.5620.373.92
HexCAAFB10DC15164144a
Octal312257261015142554424112
Binary11001010101011111011000101101110010101101100100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB1; }

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

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

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

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

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

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

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

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