Html Css Color HEX #C480A8 Bouquet

📋 copy color: '#C480A8'

red 196 ◦ green 128 ◦ blue 168

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

Shades of Bouquet #C480A8

Tints of Bouquet #C480A8

RGB

 RED value IS 196 (76.95% from 255) = 39.84%

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 39.84%
G = 26.02%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C480A8 (or 0xC480A8) is known color: Bouquet. HEX triplet: C4, 80 and A8. RGB value is (196,128,168). Sum of RGB (Red+Green+Blue) = 196+128+168=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C480A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480A8 is #3B7F57. Grayscale: #989898. Windows color (decimal): -3899224 or 11043012. OLE color: 11043012.

HSL color Cylindrical-coordinate representation of color #C480A8: hue angle of 324.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480A8 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 168 -
CMYK 0 0.35 0.14 0.23
HSL 324.71º 0.37% 0.64% -
HSV(B) 324.71º 0.35% 0.77% -
XYZ 37.55 30 40.86 -
YUV 152.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 196 128 168 0 0.35 0.14 0.23 324.71 0.37 0.64
Hex C4 80 A8 0 23 E 17 145 25 40
Octal 304 200 250 0 43 16 27 505 45 100
Binary 11000100 10000000 10101000 0 100011 1110 10111 101000101 100101 1000000

Color Harmonies of #C480A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480A8

Black with #C480A8

Text Example


Text Example

White with #C480A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480A8; }

 p { color: rgb(196,128,168); }

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

background-color css

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

 a { background-color: rgb(196,128,168); }

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

border-color css

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

 span { border-color: rgb(196,128,168); }

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