Html Css Color HEX #CBA2FB Mauve

📋 copy color: '#CBA2FB'

red 203 ◦ green 162 ◦ blue 251

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

Shades of Mauve #CBA2FB

Tints of Mauve #CBA2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.3%

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 32.95%
G = 26.3%
B = 40.75%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA2FB (or 0xCBA2FB) is known color: Mauve. HEX triplet: CB, A2 and FB. RGB value is (203,162,251). Sum of RGB (Red+Green+Blue) = 203+162+251=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FB is #345D04. Grayscale: #B8B8B8. Windows color (decimal): -3431685 or 16491211. OLE color: 16491211.

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

Color convert

RGB 203 162 251 -
CMYK 0.19 0.35 0 0.02
HSL 267.64º 0.92% 0.81% -
HSV(B) 267.64º 0.35% 0.98% -
XYZ 54.96 45.5 97.15 -
YUV 184.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 203 162 251 0.19 0.35 0 0.02 267.64 0.92 0.81
Hex CB A2 FB 13 23 0 2 10C 5C 51
Octal 313 242 373 23 43 0 2 414 134 121
Binary 11001011 10100010 11111011 10011 100011 0 10 100001100 1011100 1010001

Color Harmonies of #CBA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2FB

Black with #CBA2FB

Text Example


Text Example

White with #CBA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2FB; }

 p { color: rgb(203,162,251); }

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

background-color css

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

 a { background-color: rgb(203,162,251); }

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

border-color css

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

 span { border-color: rgb(203,162,251); }

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