Html Css Color HEX #CFACF5 Mauve

📋 copy color: '#CFACF5'

red 207 ◦ green 172 ◦ blue 245

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

Shades of Mauve #CFACF5

Tints of Mauve #CFACF5

RGB

 RED value IS 207 (81.25% from 255) = 33.17%

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

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 33.17%
G = 27.56%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFACF5 (or 0xCFACF5) is known color: Mauve. HEX triplet: CF, AC and F5. RGB value is (207,172,245). Sum of RGB (Red+Green+Blue) = 207+172+245=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF5 is #30530A. Grayscale: #BEBEBE. Windows color (decimal): -3166987 or 16100559. OLE color: 16100559.

HSL color Cylindrical-coordinate representation of color #CFACF5: hue angle of 268.77º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFACF5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 172 245 -
CMYK 0.16 0.30 0 0.04
HSL 268.77º 0.78% 0.82% -
HSV(B) 268.77º 0.3% 0.96% -
XYZ 56.97 49.36 92.91 -
YUV 190.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 207 172 245 0.16 0.30 0 0.04 268.77 0.78 0.82
Hex CF AC F5 10 1E 0 4 10D 4E 52
Octal 317 254 365 20 36 0 4 415 116 122
Binary 11001111 10101100 11110101 10000 11110 0 100 100001101 1001110 1010010

Color Harmonies of #CFACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACF5

Black with #CFACF5

Text Example


Text Example

White with #CFACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACF5; }

 p { color: rgb(207,172,245); }

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

background-color css

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

 a { background-color: rgb(207,172,245); }

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

border-color css

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

 span { border-color: rgb(207,172,245); }

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