Html Css Color HEX #C472AC Hopbush

📋 copy color: '#C472AC'

red 196 ◦ green 114 ◦ blue 172

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

Shades of Hopbush #C472AC

Tints of Hopbush #C472AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 40.66%
G = 23.65%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C472AC (or 0xC472AC) is known color: Hopbush. HEX triplet: C4, 72 and AC. RGB value is (196,114,172). Sum of RGB (Red+Green+Blue) = 196+114+172=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AC is #3B8D53. Grayscale: #909090. Windows color (decimal): -3902804 or 11301572. OLE color: 11301572.

HSL color Cylindrical-coordinate representation of color #C472AC: hue angle of 317.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472AC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 172 -
CMYK 0 0.42 0.12 0.23
HSL 317.56º 0.41% 0.61% -
HSV(B) 317.56º 0.42% 0.77% -
XYZ 36.23 26.75 42.28 -
YUV 145.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 196 114 172 0 0.42 0.12 0.23 317.56 0.41 0.61
Hex C4 72 AC 0 2A C 17 13E 29 3D
Octal 304 162 254 0 52 14 27 476 51 75
Binary 11000100 1110010 10101100 0 101010 1100 10111 100111110 101001 111101

Color Harmonies of #C472AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472AC

Black with #C472AC

Text Example


Text Example

White with #C472AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472AC; }

 p { color: rgb(196,114,172); }

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

background-color css

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

 a { background-color: rgb(196,114,172); }

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

border-color css

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

 span { border-color: rgb(196,114,172); }

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