Html Css Color HEX #C06293 Hopbush

📋 copy color: '#C06293'

red 192 ◦ green 98 ◦ blue 147

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

Shades of Hopbush #C06293

Tints of Hopbush #C06293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 43.94%
G = 22.43%
B = 33.64%

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

#C06293 (or 0xC06293) is known color: Hopbush. HEX triplet: C0, 62 and 93. RGB value is (192,98,147). Sum of RGB (Red+Green+Blue) = 192+98+147=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06293 is #3F9D6C. Grayscale: #838383. Windows color (decimal): -4169069 or 9659072. OLE color: 9659072.

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

Color convert

RGB 192 98 147 -
CMYK 0 0.49 0.23 0.25
HSL 328.72º 0.43% 0.57% -
HSV(B) 328.72º 0.49% 0.75% -
XYZ 31.37 22.05 30.21 -
YUV 131.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 192 98 147 0 0.49 0.23 0.25 328.72 0.43 0.57
Hex C0 62 93 0 31 17 19 149 2B 39
Octal 300 142 223 0 61 27 31 511 53 71
Binary 11000000 1100010 10010011 0 110001 10111 11001 101001001 101011 111001

Color Harmonies of #C06293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06293

Black with #C06293

Text Example


Text Example

White with #C06293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06293; }

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

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

background-color css

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

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

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

border-color css

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

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

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