Html Css Color HEX #CBB0FE Mauve

📋 copy color: '#CBB0FE'

red 203 ◦ green 176 ◦ blue 254

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

Shades of Mauve #CBB0FE

Tints of Mauve #CBB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.8%

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 32.07%
G = 27.8%
B = 40.13%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBB0FE (or 0xCBB0FE) is known color: Mauve. HEX triplet: CB, B0 and FE. RGB value is (203,176,254). Sum of RGB (Red+Green+Blue) = 203+176+254=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FE is #344F01. Grayscale: #C0C0C0. Windows color (decimal): -3428098 or 16691403. OLE color: 16691403.

HSL color Cylindrical-coordinate representation of color #CBB0FE: hue angle of 260.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB0FE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 176 254 -
CMYK 0.20 0.31 0 0.00
HSL 260.77º 0.98% 0.84% -
HSV(B) 260.77º 0.31% 1% -
XYZ 58.04 50.9 100.53 -
YUV 192.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 203 176 254 0.20 0.31 0 0.00 260.77 0.98 0.84
Hex CB B0 FE 14 1F 0 0 105 62 54
Octal 313 260 376 24 37 0 0 405 142 124
Binary 11001011 10110000 11111110 10100 11111 0 0 100000101 1100010 1010100

Color Harmonies of #CBB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0FE

Black with #CBB0FE

Text Example


Text Example

White with #CBB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0FE; }

 p { color: rgb(203,176,254); }

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

background-color css

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

 a { background-color: rgb(203,176,254); }

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

border-color css

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

 span { border-color: rgb(203,176,254); }

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