Html Css Color HEX #CBAAF5 Mauve

📋 copy color: '#CBAAF5'

red 203 ◦ green 170 ◦ blue 245

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

Shades of Mauve #CBAAF5

Tints of Mauve #CBAAF5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.51%

 BLUE value IS 245 (96.09% from 255) = 39.64%

R = 32.85%
G = 27.51%
B = 39.64%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBAAF5 (or 0xCBAAF5) is known color: Mauve. HEX triplet: CB, AA and F5. RGB value is (203,170,245). Sum of RGB (Red+Green+Blue) = 203+170+245=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF5 is #34550A. Grayscale: #BCBCBC. Windows color (decimal): -3429643 or 16100043. OLE color: 16100043.

HSL color Cylindrical-coordinate representation of color #CBAAF5: hue angle of 266.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAAF5 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 170 245 -
CMYK 0.17 0.31 0 0.04
HSL 266.4º 0.79% 0.81% -
HSV(B) 266.4º 0.31% 0.96% -
XYZ 55.48 48.04 92.73 -
YUV 188.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 203 170 245 0.17 0.31 0 0.04 266.4 0.79 0.81
Hex CB AA F5 11 1F 0 4 10A 4F 51
Octal 313 252 365 21 37 0 4 412 117 121
Binary 11001011 10101010 11110101 10001 11111 0 100 100001010 1001111 1010001

Color Harmonies of #CBAAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAAF5

Black with #CBAAF5

Text Example


Text Example

White with #CBAAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAAF5; }

 p { color: rgb(203,170,245); }

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

background-color css

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

 a { background-color: rgb(203,170,245); }

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

border-color css

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

 span { border-color: rgb(203,170,245); }

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