Html Css Color HEX #CCB0FF Mauve

📋 copy color: '#CCB0FF'

red 204 ◦ green 176 ◦ blue 255

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

Shades of Mauve #CCB0FF

Tints of Mauve #CCB0FF

RGB

 RED value IS 204 (80.08% from 255) = 32.13%

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

 BLUE value IS 255 (100% from 255) = 40.16%

R = 32.13%
G = 27.72%
B = 40.16%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCB0FF (or 0xCCB0FF) is known color: Mauve. HEX triplet: CC, B0 and FF. RGB value is (204,176,255). Sum of RGB (Red+Green+Blue) = 204+176+255=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0FF is #334F00. Grayscale: #C1C1C1. Windows color (decimal): -3362561 or 16756940. OLE color: 16756940.

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

Color convert

RGB 204 176 255 -
CMYK 0.2 0.31 0 0
HSL 261.27º 1% 0.85% -
HSV(B) 261.27º 0.31% 1% -
XYZ 58.48 51.11 101.39 -
YUV 193.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 204 176 255 0.2 0.31 0 0 261.27 1 0.85
Hex CC B0 FF 14 1F 0 0 105 64 55
Octal 314 260 377 24 37 0 0 405 144 125
Binary 11001100 10110000 11111111 10100 11111 0 0 100000101 1100100 1010101

Color Harmonies of #CCB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0FF

Black with #CCB0FF

Text Example


Text Example

White with #CCB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0FF; }

 p { color: rgb(204,176,255); }

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

background-color css

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

 a { background-color: rgb(204,176,255); }

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

border-color css

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

 span { border-color: rgb(204,176,255); }

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