Html Css Color HEX #C06595 Hopbush

📋 copy color: '#C06595'

red 192 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #C06595

Tints of Hopbush #C06595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 43.44%
G = 22.85%
B = 33.71%

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

#C06595 (or 0xC06595) is known color: Hopbush. HEX triplet: C0, 65 and 95. RGB value is (192,101,149). Sum of RGB (Red+Green+Blue) = 192+101+149=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06595 is #3F9A6A. Grayscale: #858585. Windows color (decimal): -4168299 or 9790912. OLE color: 9790912.

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

Color convert

RGB 192 101 149 -
CMYK 0 0.47 0.22 0.25
HSL 328.35º 0.42% 0.57% -
HSV(B) 328.35º 0.47% 0.75% -
XYZ 31.82 22.68 31.14 -
YUV 133.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 192 101 149 0 0.47 0.22 0.25 328.35 0.42 0.57
Hex C0 65 95 0 2F 16 19 148 2A 39
Octal 300 145 225 0 57 26 31 510 52 71
Binary 11000000 1100101 10010101 0 101111 10110 11001 101001000 101010 111001

Color Harmonies of #C06595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06595

Black with #C06595

Text Example


Text Example

White with #C06595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06595; }

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

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

background-color css

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

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

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

border-color css

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

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

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