Html Css Color HEX #C07193 Hopbush

📋 copy color: '#C07193'

red 192 ◦ green 113 ◦ blue 147

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

Shades of Hopbush #C07193

Tints of Hopbush #C07193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 42.48%
G = 25%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C07193 (or 0xC07193) is known color: Hopbush. HEX triplet: C0, 71 and 93. RGB value is (192,113,147). Sum of RGB (Red+Green+Blue) = 192+113+147=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07193 is #3F8E6C. Grayscale: #8C8C8C. Windows color (decimal): -4165229 or 9662912. OLE color: 9662912.

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

Color convert

RGB 192 113 147 -
CMYK 0 0.41 0.23 0.25
HSL 334.18º 0.39% 0.6% -
HSV(B) 334.18º 0.41% 0.75% -
XYZ 32.91 25.12 30.72 -
YUV 140.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 192 113 147 0 0.41 0.23 0.25 334.18 0.39 0.6
Hex C0 71 93 0 29 17 19 14E 27 3C
Octal 300 161 223 0 51 27 31 516 47 74
Binary 11000000 1110001 10010011 0 101001 10111 11001 101001110 100111 111100

Color Harmonies of #C07193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07193

Black with #C07193

Text Example


Text Example

White with #C07193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07193; }

 p { color: rgb(192,113,147); }

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

background-color css

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

 a { background-color: rgb(192,113,147); }

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

border-color css

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

 span { border-color: rgb(192,113,147); }

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