#CAACAD

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

Shades of Pink Flare #CAACAD

Tints of Pink Flare #CAACAD

Color information

#CAACAD (or 0xCAACAD) is unknown color: approx Pink Flare. HEX triplet: CA, AC and AD. RGB value is (202,172,173). Sum of RGB (Red+Green+Blue) = 202+172+173=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACAD is #355352. Grayscale: #B5B5B5. Windows color (decimal): -3494739 or 11381962. OLE color: 11381962.

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

Color convert

RGB202172173-
CMYK00.150.140.21
HSL358º22.06%73.33%-
HSV(B)358º14.85%79.22%-
XYZ46.6545.0845.78-
YUV181.08123.44142.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=36.93%
G=31.44%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217217300.150.140.2135822.0673.33
HexCAACAD0FE151661649
Octal312254255017162554626111
Binary11001010101011001010110101111111010101101100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACAD; }

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

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

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

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

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

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

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

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