Html Css Color HEX #CBA3F6 Mauve

📋 copy color: '#CBA3F6'

red 203 ◦ green 163 ◦ blue 246

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

Shades of Mauve #CBA3F6

Tints of Mauve #CBA3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.63%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 33.17%
G = 26.63%
B = 40.2%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBA3F6 (or 0xCBA3F6) is known color: Mauve. HEX triplet: CB, A3 and F6. RGB value is (203,163,246). Sum of RGB (Red+Green+Blue) = 203+163+246=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBA3F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3F6 is #345C09. Grayscale: #B8B8B8. Windows color (decimal): -3431434 or 16163787. OLE color: 16163787.

HSL color Cylindrical-coordinate representation of color #CBA3F6: hue angle of 268.92º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA3F6 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 163 246 -
CMYK 0.17 0.34 0 0.04
HSL 268.92º 0.82% 0.8% -
HSV(B) 268.92º 0.34% 0.96% -
XYZ 54.36 45.54 93.11 -
YUV 184.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 203 163 246 0.17 0.34 0 0.04 268.92 0.82 0.8
Hex CB A3 F6 11 22 0 4 10D 52 50
Octal 313 243 366 21 42 0 4 415 122 120
Binary 11001011 10100011 11110110 10001 100010 0 100 100001101 1010010 1010000

Color Harmonies of #CBA3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3F6

Black with #CBA3F6

Text Example


Text Example

White with #CBA3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3F6; }

 p { color: rgb(203,163,246); }

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

background-color css

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

 a { background-color: rgb(203,163,246); }

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

border-color css

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

 span { border-color: rgb(203,163,246); }

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