Html Css Color HEX #C06592 Hopbush

📋 copy color: '#C06592'

red 192 ◦ green 101 ◦ blue 146

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

Shades of Hopbush #C06592

Tints of Hopbush #C06592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 43.74%
G = 23.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06592 (or 0xC06592) is known color: Hopbush. HEX triplet: C0, 65 and 92. RGB value is (192,101,146). Sum of RGB (Red+Green+Blue) = 192+101+146=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06592 is #3F9A6D. Grayscale: #858585. Windows color (decimal): -4168302 or 9594304. OLE color: 9594304.

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

Color convert

RGB 192 101 146 -
CMYK 0 0.47 0.24 0.25
HSL 330.33º 0.42% 0.57% -
HSV(B) 330.33º 0.47% 0.75% -
XYZ 31.58 22.59 29.89 -
YUV 133.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 192 101 146 0 0.47 0.24 0.25 330.33 0.42 0.57
Hex C0 65 92 0 2F 18 19 14A 2A 39
Octal 300 145 222 0 57 30 31 512 52 71
Binary 11000000 1100101 10010010 0 101111 11000 11001 101001010 101010 111001

Color Harmonies of #C06592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06592

Black with #C06592

Text Example


Text Example

White with #C06592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06592; }

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

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

background-color css

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

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

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

border-color css

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

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

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