Html Css Color HEX #C07596 Hopbush

📋 copy color: '#C07596'

red 192 ◦ green 117 ◦ blue 150

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

Shades of Hopbush #C07596

Tints of Hopbush #C07596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 41.83%
G = 25.49%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C07596 (or 0xC07596) is known color: Hopbush. HEX triplet: C0, 75 and 96. RGB value is (192,117,150). Sum of RGB (Red+Green+Blue) = 192+117+150=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07596 is #3F8A69. Grayscale: #8F8F8F. Windows color (decimal): -4164202 or 9860544. OLE color: 9860544.

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

Color convert

RGB 192 117 150 -
CMYK 0 0.39 0.22 0.25
HSL 333.6º 0.37% 0.61% -
HSV(B) 333.6º 0.39% 0.75% -
XYZ 33.6 26.13 32.13 -
YUV 143.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 192 117 150 0 0.39 0.22 0.25 333.6 0.37 0.61
Hex C0 75 96 0 27 16 19 14E 25 3D
Octal 300 165 226 0 47 26 31 516 45 75
Binary 11000000 1110101 10010110 0 100111 10110 11001 101001110 100101 111101

Color Harmonies of #C07596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07596

Black with #C07596

Text Example


Text Example

White with #C07596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07596; }

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

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

background-color css

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

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

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

border-color css

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

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

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