Html Css Color HEX #C06596 Hopbush

📋 copy color: '#C06596'

red 192 ◦ green 101 ◦ blue 150

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

Shades of Hopbush #C06596

Tints of Hopbush #C06596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

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

R = 43.34%
G = 22.8%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06596 (or 0xC06596) is known color: Hopbush. HEX triplet: C0, 65 and 96. RGB value is (192,101,150). Sum of RGB (Red+Green+Blue) = 192+101+150=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06596 is #3F9A69. Grayscale: #858585. Windows color (decimal): -4168298 or 9856448. OLE color: 9856448.

HSL color Cylindrical-coordinate representation of color #C06596: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06596 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 150 -
CMYK 0 0.47 0.22 0.25
HSL 327.69º 0.42% 0.57% -
HSV(B) 327.69º 0.47% 0.75% -
XYZ 31.9 22.72 31.56 -
YUV 133.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 192 101 150 0 0.47 0.22 0.25 327.69 0.42 0.57
Hex C0 65 96 0 2F 16 19 148 2A 39
Octal 300 145 226 0 57 26 31 510 52 71
Binary 11000000 1100101 10010110 0 101111 10110 11001 101001000 101010 111001

Color Harmonies of #C06596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06596

Black with #C06596

Text Example


Text Example

White with #C06596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06596; }

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

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

background-color css

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

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

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

border-color css

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

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

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