Html Css Color HEX #CBA7F9 Mauve

📋 copy color: '#CBA7F9'

red 203 ◦ green 167 ◦ blue 249

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

Shades of Mauve #CBA7F9

Tints of Mauve #CBA7F9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.98%

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

R = 32.79%
G = 26.98%
B = 40.23%

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

#CBA7F9 (or 0xCBA7F9) is known color: Mauve. HEX triplet: CB, A7 and F9. RGB value is (203,167,249). Sum of RGB (Red+Green+Blue) = 203+167+249=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBA7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7F9 is #345806. Grayscale: #BABABA. Windows color (decimal): -3430407 or 16361419. OLE color: 16361419.

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

Color convert

RGB 203 167 249 -
CMYK 0.18 0.33 0 0.02
HSL 266.34º 0.87% 0.82% -
HSV(B) 266.34º 0.33% 0.98% -
XYZ 55.55 47.17 95.8 -
YUV 187.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 203 167 249 0.18 0.33 0 0.02 266.34 0.87 0.82
Hex CB A7 F9 12 21 0 2 10A 57 52
Octal 313 247 371 22 41 0 2 412 127 122
Binary 11001011 10100111 11111001 10010 100001 0 10 100001010 1010111 1010010

Color Harmonies of #CBA7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7F9

Black with #CBA7F9

Text Example


Text Example

White with #CBA7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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