Html Css Color HEX #C06492 Hopbush

📋 copy color: '#C06492'

red 192 ◦ green 100 ◦ blue 146

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

Shades of Hopbush #C06492

Tints of Hopbush #C06492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

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

R = 43.84%
G = 22.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06492 (or 0xC06492) is known color: Hopbush. HEX triplet: C0, 64 and 92. RGB value is (192,100,146). Sum of RGB (Red+Green+Blue) = 192+100+146=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06492 is #3F9B6D. Grayscale: #848484. Windows color (decimal): -4168558 or 9594048. OLE color: 9594048.

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

Color convert

RGB 192 100 146 -
CMYK 0 0.48 0.24 0.25
HSL 330º 0.42% 0.57% -
HSV(B) 330º 0.48% 0.75% -
XYZ 31.48 22.4 29.86 -
YUV 132.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 192 100 146 0 0.48 0.24 0.25 330 0.42 0.57
Hex C0 64 92 0 30 18 19 14A 2A 39
Octal 300 144 222 0 60 30 31 512 52 71
Binary 11000000 1100100 10010010 0 110000 11000 11001 101001010 101010 111001

Color Harmonies of #C06492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06492

Black with #C06492

Text Example


Text Example

White with #C06492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06492; }

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

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

background-color css

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

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

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

border-color css

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

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

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