Html Css Color HEX #CAACFC Mauve

📋 copy color: '#CAACFC'

red 202 ◦ green 172 ◦ blue 252

#CAACFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CAACFC

Tints of Mauve #CAACFC

RGB

 RED value IS 202 (79.3% from 255) = 32.27%

 GREEN value IS 172 (67.58% from 255) = 27.48%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 32.27%
G = 27.48%
B = 40.26%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAACFC (or 0xCAACFC) is known color: Mauve. HEX triplet: CA, AC and FC. RGB value is (202,172,252). Sum of RGB (Red+Green+Blue) = 202+172+252=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFC is #355303. Grayscale: #BDBDBD. Windows color (decimal): -3494660 or 16559306. OLE color: 16559306.

HSL color Cylindrical-coordinate representation of color #CAACFC: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAACFC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 172 252 -
CMYK 0.20 0.32 0 0.01
HSL 262.5º 0.93% 0.83% -
HSV(B) 262.5º 0.32% 0.99% -
XYZ 56.68 49.09 98.58 -
YUV 190.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 202 172 252 0.20 0.32 0 0.01 262.5 0.93 0.83
Hex CA AC FC 14 20 0 1 106 5D 53
Octal 312 254 374 24 40 0 1 406 135 123
Binary 11001010 10101100 11111100 10100 100000 0 1 100000110 1011101 1010011

Color Harmonies of #CAACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACFC

Black with #CAACFC

Text Example


Text Example

White with #CAACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACFC; }

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

 H1.HeaderClassName
 {
   color: #CAACFC;
 }
 .AnyTagClassName
 {
   color: #CAACFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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