Html Css Color HEX #CBA0FA Mauve

📋 copy color: '#CBA0FA'

red 203 ◦ green 160 ◦ blue 250

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

Shades of Mauve #CBA0FA

Tints of Mauve #CBA0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.1%

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

R = 33.12%
G = 26.1%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA0FA (or 0xCBA0FA) is known color: Mauve. HEX triplet: CB, A0 and FA. RGB value is (203,160,250). Sum of RGB (Red+Green+Blue) = 203+160+250=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0FA is #345F05. Grayscale: #B6B6B6. Windows color (decimal): -3432198 or 16425163. OLE color: 16425163.

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

Color convert

RGB 203 160 250 -
CMYK 0.19 0.36 0 0.02
HSL 268.67º 0.9% 0.8% -
HSV(B) 268.67º 0.36% 0.98% -
XYZ 54.45 44.74 96.21 -
YUV 183.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 203 160 250 0.19 0.36 0 0.02 268.67 0.9 0.8
Hex CB A0 FA 13 24 0 2 10D 5A 50
Octal 313 240 372 23 44 0 2 415 132 120
Binary 11001011 10100000 11111010 10011 100100 0 10 100001101 1011010 1010000

Color Harmonies of #CBA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0FA

Black with #CBA0FA

Text Example


Text Example

White with #CBA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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