Html Css Color HEX #C07594 Hopbush

📋 copy color: '#C07594'

red 192 ◦ green 117 ◦ blue 148

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

Shades of Hopbush #C07594

Tints of Hopbush #C07594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 42.01%
G = 25.6%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C07594 (or 0xC07594) is known color: Hopbush. HEX triplet: C0, 75 and 94. RGB value is (192,117,148). Sum of RGB (Red+Green+Blue) = 192+117+148=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C07594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07594 is #3F8A6B. Grayscale: #8E8E8E. Windows color (decimal): -4164204 or 9729472. OLE color: 9729472.

HSL color Cylindrical-coordinate representation of color #C07594: hue angle of 335.2º 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 #C07594 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 148 -
CMYK 0 0.39 0.23 0.25
HSL 335.2º 0.37% 0.61% -
HSV(B) 335.2º 0.39% 0.75% -
XYZ 33.44 26.07 31.29 -
YUV 142.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 192 117 148 0 0.39 0.23 0.25 335.2 0.37 0.61
Hex C0 75 94 0 27 17 19 14F 25 3D
Octal 300 165 224 0 47 27 31 517 45 75
Binary 11000000 1110101 10010100 0 100111 10111 11001 101001111 100101 111101

Color Harmonies of #C07594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07594

Black with #C07594

Text Example


Text Example

White with #C07594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07594; }

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

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

background-color css

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

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

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

border-color css

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

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

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