#CAAFB3

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

Shades of Pink Flare #CAAFB3

Tints of Pink Flare #CAAFB3

Color information

#CAAFB3 (or 0xCAAFB3) is unknown color: approx Pink Flare. HEX triplet: CA, AF and B3. RGB value is (202,175,179). Sum of RGB (Red+Green+Blue) = 202+175+179=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB3 is #35504C. Grayscale: #B7B7B7. Windows color (decimal): -3493965 or 11775946. OLE color: 11775946.

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

Color convert

RGB202175179-
CMYK00.130.110.21
HSL351.11º20.3%73.92%-
HSV(B)351.11º13.37%79.22%-
XYZ47.8246.4749.1-
YUV183.53125.45141.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=36.33%
G=31.47%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217517900.130.110.21351.1120.373.92
HexCAAFB30DB1515f144a
Octal312257263015132553724112
Binary11001010101011111011001101101101110101101011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB3; }

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

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

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

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

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

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

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

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