Html Css Color HEX #CBA6F9 Mauve

📋 copy color: '#CBA6F9'

red 203 ◦ green 166 ◦ blue 249

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

Shades of Mauve #CBA6F9

Tints of Mauve #CBA6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 32.85%
G = 26.86%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA6F9 (or 0xCBA6F9) is known color: Mauve. HEX triplet: CB, A6 and F9. RGB value is (203,166,249). Sum of RGB (Red+Green+Blue) = 203+166+249=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6F9 is #345906. Grayscale: #BABABA. Windows color (decimal): -3430663 or 16361163. OLE color: 16361163.

HSL color Cylindrical-coordinate representation of color #CBA6F9: hue angle of 266.75º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA6F9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 166 249 -
CMYK 0.18 0.33 0 0.02
HSL 266.75º 0.87% 0.81% -
HSV(B) 266.75º 0.33% 0.98% -
XYZ 55.36 46.81 95.74 -
YUV 186.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 203 166 249 0.18 0.33 0 0.02 266.75 0.87 0.81
Hex CB A6 F9 12 21 0 2 10B 57 51
Octal 313 246 371 22 41 0 2 413 127 121
Binary 11001011 10100110 11111001 10010 100001 0 10 100001011 1010111 1010001

Color Harmonies of #CBA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6F9

Black with #CBA6F9

Text Example


Text Example

White with #CBA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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