Html Css Color HEX #C06294 Hopbush

📋 copy color: '#C06294'

red 192 ◦ green 98 ◦ blue 148

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

Shades of Hopbush #C06294

Tints of Hopbush #C06294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 43.84%
G = 22.37%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C06294 (or 0xC06294) is known color: Hopbush. HEX triplet: C0, 62 and 94. RGB value is (192,98,148). Sum of RGB (Red+Green+Blue) = 192+98+148=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06294 is #3F9D6B. Grayscale: #838383. Windows color (decimal): -4169068 or 9724608. OLE color: 9724608.

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

Color convert

RGB 192 98 148 -
CMYK 0 0.49 0.23 0.25
HSL 328.09º 0.43% 0.57% -
HSV(B) 328.09º 0.49% 0.75% -
XYZ 31.45 22.08 30.62 -
YUV 131.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 192 98 148 0 0.49 0.23 0.25 328.09 0.43 0.57
Hex C0 62 94 0 31 17 19 148 2B 39
Octal 300 142 224 0 61 27 31 510 53 71
Binary 11000000 1100010 10010100 0 110001 10111 11001 101001000 101011 111001

Color Harmonies of #C06294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06294

Black with #C06294

Text Example


Text Example

White with #C06294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06294; }

 p { color: rgb(192,98,148); }

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

background-color css

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

 a { background-color: rgb(192,98,148); }

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

border-color css

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

 span { border-color: rgb(192,98,148); }

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