Html Css Color HEX #C072A5 Hopbush

📋 copy color: '#C072A5'

red 192 ◦ green 114 ◦ blue 165

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

Shades of Hopbush #C072A5

Tints of Hopbush #C072A5

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 40.76%
G = 24.2%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C072A5 (or 0xC072A5) is known color: Hopbush. HEX triplet: C0, 72 and A5. RGB value is (192,114,165). Sum of RGB (Red+Green+Blue) = 192+114+165=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A5 is #3F8D5A. Grayscale: #8F8F8F. Windows color (decimal): -4164955 or 10842816. OLE color: 10842816.

HSL color Cylindrical-coordinate representation of color #C072A5: hue angle of 320.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072A5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 165 -
CMYK 0 0.41 0.14 0.25
HSL 320.77º 0.38% 0.6% -
HSV(B) 320.77º 0.41% 0.75% -
XYZ 34.55 25.96 38.79 -
YUV 143.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 192 114 165 0 0.41 0.14 0.25 320.77 0.38 0.6
Hex C0 72 A5 0 29 E 19 141 26 3C
Octal 300 162 245 0 51 16 31 501 46 74
Binary 11000000 1110010 10100101 0 101001 1110 11001 101000001 100110 111100

Color Harmonies of #C072A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072A5

Black with #C072A5

Text Example


Text Example

White with #C072A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072A5; }

 p { color: rgb(192,114,165); }

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

background-color css

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

 a { background-color: rgb(192,114,165); }

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

border-color css

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

 span { border-color: rgb(192,114,165); }

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