Html Css Color HEX #C07598 Hopbush

📋 copy color: '#C07598'

red 192 ◦ green 117 ◦ blue 152

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

Shades of Hopbush #C07598

Tints of Hopbush #C07598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 41.65%
G = 25.38%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C07598 (or 0xC07598) is known color: Hopbush. HEX triplet: C0, 75 and 98. RGB value is (192,117,152). Sum of RGB (Red+Green+Blue) = 192+117+152=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07598 is #3F8A67. Grayscale: #8F8F8F. Windows color (decimal): -4164200 or 9991616. OLE color: 9991616.

HSL color Cylindrical-coordinate representation of color #C07598: hue angle of 332º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07598 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 152 -
CMYK 0 0.39 0.21 0.25
HSL 332º 0.37% 0.61% -
HSV(B) 332º 0.39% 0.75% -
XYZ 33.77 26.2 32.98 -
YUV 143.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 192 117 152 0 0.39 0.21 0.25 332 0.37 0.61
Hex C0 75 98 0 27 15 19 14C 25 3D
Octal 300 165 230 0 47 25 31 514 45 75
Binary 11000000 1110101 10011000 0 100111 10101 11001 101001100 100101 111101

Color Harmonies of #C07598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07598

Black with #C07598

Text Example


Text Example

White with #C07598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07598; }

 p { color: rgb(192,117,152); }

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

background-color css

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

 a { background-color: rgb(192,117,152); }

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

border-color css

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

 span { border-color: rgb(192,117,152); }

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