Html Css Color HEX #CB9AFB Mauve

📋 copy color: '#CB9AFB'

red 203 ◦ green 154 ◦ blue 251

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

Shades of Mauve #CB9AFB

Tints of Mauve #CB9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.33%

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

R = 33.39%
G = 25.33%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9AFB (or 0xCB9AFB) is known color: Mauve. HEX triplet: CB, 9A and FB. RGB value is (203,154,251). Sum of RGB (Red+Green+Blue) = 203+154+251=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AFB is #346504. Grayscale: #B3B3B3. Windows color (decimal): -3433733 or 16489163. OLE color: 16489163.

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

Color convert

RGB 203 154 251 -
CMYK 0.19 0.39 0 0.02
HSL 270.31º 0.92% 0.79% -
HSV(B) 270.31º 0.39% 0.98% -
XYZ 53.6 42.77 96.7 -
YUV 179.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 203 154 251 0.19 0.39 0 0.02 270.31 0.92 0.79
Hex CB 9A FB 13 27 0 2 10E 5C 4F
Octal 313 232 373 23 47 0 2 416 134 117
Binary 11001011 10011010 11111011 10011 100111 0 10 100001110 1011100 1001111

Color Harmonies of #CB9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9AFB

Black with #CB9AFB

Text Example


Text Example

White with #CB9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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