Html Css Color HEX #CBA6FB Mauve

📋 copy color: '#CBA6FB'

red 203 ◦ green 166 ◦ blue 251

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

Shades of Mauve #CBA6FB

Tints of Mauve #CBA6FB

RGB

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

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

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

R = 32.74%
G = 26.77%
B = 40.48%

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

#CBA6FB (or 0xCBA6FB) is known color: Mauve. HEX triplet: CB, A6 and FB. RGB value is (203,166,251). Sum of RGB (Red+Green+Blue) = 203+166+251=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FB is #345904. Grayscale: #BABABA. Windows color (decimal): -3430661 or 16492235. OLE color: 16492235.

HSL color Cylindrical-coordinate representation of color #CBA6FB: hue angle of 266.12º degrees, saturation: 0.91, 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 #CBA6FB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 166 251 -
CMYK 0.19 0.34 0 0.02
HSL 266.12º 0.91% 0.82% -
HSV(B) 266.12º 0.34% 0.98% -
XYZ 55.68 46.93 97.39 -
YUV 186.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 203 166 251 0.19 0.34 0 0.02 266.12 0.91 0.82
Hex CB A6 FB 13 22 0 2 10A 5B 52
Octal 313 246 373 23 42 0 2 412 133 122
Binary 11001011 10100110 11111011 10011 100010 0 10 100001010 1011011 1010010

Color Harmonies of #CBA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6FB

Black with #CBA6FB

Text Example


Text Example

White with #CBA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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