#CAAFB2

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

Shades of Pink Flare #CAAFB2

Tints of Pink Flare #CAAFB2

Color information

#CAAFB2 (or 0xCAAFB2) is unknown color: approx Pink Flare. HEX triplet: CA, AF and B2. RGB value is (202,175,178). Sum of RGB (Red+Green+Blue) = 202+175+178=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFB2 is #35504D. Grayscale: #B7B7B7. Windows color (decimal): -3493966 or 11710410. OLE color: 11710410.

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

Color convert

RGB202175178-
CMYK00.130.120.21
HSL353.33º20.3%73.92%-
HSV(B)353.33º13.37%79.22%-
XYZ47.7246.4348.57-
YUV183.42124.95141.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=36.40%
G=31.53%
B=32.07%

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
Decimal20217517800.130.120.21353.3320.373.92
HexCAAFB20DC15161144a
Octal312257262015142554124112
Binary11001010101011111011001001101110010101101100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB2; }

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

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

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

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

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

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

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

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