#CAACB4

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

Shades of Pink Flare #CAACB4

Tints of Pink Flare #CAACB4

Color information

#CAACB4 (or 0xCAACB4) is unknown color: approx Pink Flare. HEX triplet: CA, AC and B4. RGB value is (202,172,180). Sum of RGB (Red+Green+Blue) = 202+172+180=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB4 is #35534B. Grayscale: #B5B5B5. Windows color (decimal): -3494732 or 11840714. OLE color: 11840714.

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

Color convert

RGB202172180-
CMYK00.150.110.21
HSL344º22.06%73.33%-
HSV(B)344º14.85%79.22%-
XYZ47.3545.3649.44-
YUV181.88126.94142.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=36.46%
G=31.05%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218000.150.110.2134422.0673.33
HexCAACB40FB151581649
Octal312254264017132553026111
Binary11001010101011001011010001111101110101101011000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB4; }

 p { color: rgb(202,172,180); }

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

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

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

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

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

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

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