Html Css Color HEX #CBACF7 Mauve

📋 copy color: '#CBACF7'

red 203 ◦ green 172 ◦ blue 247

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

Shades of Mauve #CBACF7

Tints of Mauve #CBACF7

RGB

 RED value IS 203 (79.69% from 255) = 32.64%

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

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

R = 32.64%
G = 27.65%
B = 39.71%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBACF7 (or 0xCBACF7) is known color: Mauve. HEX triplet: CB, AC and F7. RGB value is (203,172,247). Sum of RGB (Red+Green+Blue) = 203+172+247=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACF7 is #345308. Grayscale: #BDBDBD. Windows color (decimal): -3429129 or 16231627. OLE color: 16231627.

HSL color Cylindrical-coordinate representation of color #CBACF7: hue angle of 264.8º 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 #CBACF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 172 247 -
CMYK 0.18 0.30 0 0.03
HSL 264.8º 0.82% 0.82% -
HSV(B) 264.8º 0.3% 0.97% -
XYZ 56.17 48.92 94.48 -
YUV 189.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 203 172 247 0.18 0.30 0 0.03 264.8 0.82 0.82
Hex CB AC F7 12 1E 0 3 109 52 52
Octal 313 254 367 22 36 0 3 411 122 122
Binary 11001011 10101100 11110111 10010 11110 0 11 100001001 1010010 1010010

Color Harmonies of #CBACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACF7

Black with #CBACF7

Text Example


Text Example

White with #CBACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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