Html Css Color HEX #CCB0FC Mauve

📋 copy color: '#CCB0FC'

red 204 ◦ green 176 ◦ blue 252

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

Shades of Mauve #CCB0FC

Tints of Mauve #CCB0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.87%

R = 32.28%
G = 27.85%
B = 39.87%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCB0FC (or 0xCCB0FC) is known color: Mauve. HEX triplet: CC, B0 and FC. RGB value is (204,176,252). Sum of RGB (Red+Green+Blue) = 204+176+252=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0FC is #334F03. Grayscale: #C0C0C0. Windows color (decimal): -3362564 or 16560332. OLE color: 16560332.

HSL color Cylindrical-coordinate representation of color #CCB0FC: hue angle of 262.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB0FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 176 252 -
CMYK 0.19 0.30 0 0.01
HSL 262.11º 0.93% 0.84% -
HSV(B) 262.11º 0.3% 0.99% -
XYZ 58 50.92 98.87 -
YUV 193.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 204 176 252 0.19 0.30 0 0.01 262.11 0.93 0.84
Hex CC B0 FC 13 1E 0 1 106 5D 54
Octal 314 260 374 23 36 0 1 406 135 124
Binary 11001100 10110000 11111100 10011 11110 0 1 100000110 1011101 1010100

Color Harmonies of #CCB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0FC

Black with #CCB0FC

Text Example


Text Example

White with #CCB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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