Html Css Color HEX #CB99FB Mauve

📋 copy color: '#CB99FB'

red 203 ◦ green 153 ◦ blue 251

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

Shades of Mauve #CB99FB

Tints of Mauve #CB99FB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.21%

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

R = 33.44%
G = 25.21%
B = 41.35%

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

#CB99FB (or 0xCB99FB) is known color: Mauve. HEX triplet: CB, 99 and FB. RGB value is (203,153,251). Sum of RGB (Red+Green+Blue) = 203+153+251=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FB is #346604. Grayscale: #B2B2B2. Windows color (decimal): -3433989 or 16488907. OLE color: 16488907.

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

Color convert

RGB 203 153 251 -
CMYK 0.19 0.39 0 0.02
HSL 270.61º 0.92% 0.79% -
HSV(B) 270.61º 0.39% 0.98% -
XYZ 53.43 42.44 96.64 -
YUV 179.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 203 153 251 0.19 0.39 0 0.02 270.61 0.92 0.79
Hex CB 99 FB 13 27 0 2 10F 5C 4F
Octal 313 231 373 23 47 0 2 417 134 117
Binary 11001011 10011001 11111011 10011 100111 0 10 100001111 1011100 1001111

Color Harmonies of #CB99FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99FB

Black with #CB99FB

Text Example


Text Example

White with #CB99FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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