Html Css Color HEX #CBA9FB Mauve

📋 copy color: '#CBA9FB'

red 203 ◦ green 169 ◦ blue 251

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

Shades of Mauve #CBA9FB

Tints of Mauve #CBA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.13%

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

R = 32.58%
G = 27.13%
B = 40.29%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA9FB (or 0xCBA9FB) is known color: Mauve. HEX triplet: CB, A9 and FB. RGB value is (203,169,251). Sum of RGB (Red+Green+Blue) = 203+169+251=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FB is #345604. Grayscale: #BCBCBC. Windows color (decimal): -3429893 or 16493003. OLE color: 16493003.

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

Color convert

RGB 203 169 251 -
CMYK 0.19 0.33 0 0.02
HSL 264.88º 0.91% 0.82% -
HSV(B) 264.88º 0.33% 0.98% -
XYZ 56.23 48.04 97.58 -
YUV 188.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 203 169 251 0.19 0.33 0 0.02 264.88 0.91 0.82
Hex CB A9 FB 13 21 0 2 109 5B 52
Octal 313 251 373 23 41 0 2 411 133 122
Binary 11001011 10101001 11111011 10011 100001 0 10 100001001 1011011 1010010

Color Harmonies of #CBA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9FB

Black with #CBA9FB

Text Example


Text Example

White with #CBA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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