Html Css Color HEX #CFACF7 Mauve

📋 copy color: '#CFACF7'

red 207 ◦ green 172 ◦ blue 247

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

Shades of Mauve #CFACF7

Tints of Mauve #CFACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.46%

R = 33.07%
G = 27.48%
B = 39.46%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFACF7 (or 0xCFACF7) is known color: Mauve. HEX triplet: CF, AC and F7. RGB value is (207,172,247). Sum of RGB (Red+Green+Blue) = 207+172+247=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF7 is #305308. Grayscale: #BEBEBE. Windows color (decimal): -3166985 or 16231631. OLE color: 16231631.

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

Color convert

RGB 207 172 247 -
CMYK 0.16 0.30 0 0.03
HSL 268º 0.82% 0.82% -
HSV(B) 268º 0.3% 0.97% -
XYZ 57.27 49.49 94.53 -
YUV 191.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 207 172 247 0.16 0.30 0 0.03 268 0.82 0.82
Hex CF AC F7 10 1E 0 3 10C 52 52
Octal 317 254 367 20 36 0 3 414 122 122
Binary 11001111 10101100 11110111 10000 11110 0 11 100001100 1010010 1010010

Color Harmonies of #CFACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACF7

Black with #CFACF7

Text Example


Text Example

White with #CFACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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