Html Css Color HEX #CBA6FA Mauve

📋 copy color: '#CBA6FA'

red 203 ◦ green 166 ◦ blue 250

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

Shades of Mauve #CBA6FA

Tints of Mauve #CBA6FA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 32.79%
G = 26.82%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA6FA (or 0xCBA6FA) is known color: Mauve. HEX triplet: CB, A6 and FA. RGB value is (203,166,250). Sum of RGB (Red+Green+Blue) = 203+166+250=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FA is #345905. Grayscale: #BABABA. Windows color (decimal): -3430662 or 16426699. OLE color: 16426699.

HSL color Cylindrical-coordinate representation of color #CBA6FA: hue angle of 266.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA6FA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 166 250 -
CMYK 0.19 0.34 0 0.02
HSL 266.43º 0.89% 0.82% -
HSV(B) 266.43º 0.34% 0.98% -
XYZ 55.52 46.87 96.56 -
YUV 186.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 203 166 250 0.19 0.34 0 0.02 266.43 0.89 0.82
Hex CB A6 FA 13 22 0 2 10A 59 52
Octal 313 246 372 23 42 0 2 412 131 122
Binary 11001011 10100110 11111010 10011 100010 0 10 100001010 1011001 1010010

Color Harmonies of #CBA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6FA

Black with #CBA6FA

Text Example


Text Example

White with #CBA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6FA; }

 p { color: rgb(203,166,250); }

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

background-color css

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

 a { background-color: rgb(203,166,250); }

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

border-color css

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

 span { border-color: rgb(203,166,250); }

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