Html Css Color HEX #C06292 Hopbush

📋 copy color: '#C06292'

red 192 ◦ green 98 ◦ blue 146

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

Shades of Hopbush #C06292

Tints of Hopbush #C06292

RGB

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

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

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

R = 44.04%
G = 22.48%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06292 (or 0xC06292) is known color: Hopbush. HEX triplet: C0, 62 and 92. RGB value is (192,98,146). Sum of RGB (Red+Green+Blue) = 192+98+146=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06292 is #3F9D6D. Grayscale: #838383. Windows color (decimal): -4169070 or 9593536. OLE color: 9593536.

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

Color convert

RGB 192 98 146 -
CMYK 0 0.49 0.24 0.25
HSL 329.36º 0.43% 0.57% -
HSV(B) 329.36º 0.49% 0.75% -
XYZ 31.29 22.02 29.79 -
YUV 131.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 192 98 146 0 0.49 0.24 0.25 329.36 0.43 0.57
Hex C0 62 92 0 31 18 19 149 2B 39
Octal 300 142 222 0 61 30 31 511 53 71
Binary 11000000 1100010 10010010 0 110001 11000 11001 101001001 101011 111001

Color Harmonies of #C06292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06292

Black with #C06292

Text Example


Text Example

White with #C06292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06292; }

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

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

background-color css

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

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

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

border-color css

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

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

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