Html Css Color HEX #C06396 Hopbush

📋 copy color: '#C06396'

red 192 ◦ green 99 ◦ blue 150

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

Shades of Hopbush #C06396

Tints of Hopbush #C06396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.45%

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 43.54%
G = 22.45%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C06396 (or 0xC06396) is known color: Hopbush. HEX triplet: C0, 63 and 96. RGB value is (192,99,150). Sum of RGB (Red+Green+Blue) = 192+99+150=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06396 is #3F9C69. Grayscale: #848484. Windows color (decimal): -4168810 or 9855936. OLE color: 9855936.

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

Color convert

RGB 192 99 150 -
CMYK 0 0.48 0.22 0.25
HSL 327.1º 0.42% 0.57% -
HSV(B) 327.1º 0.48% 0.75% -
XYZ 31.71 22.33 31.49 -
YUV 132.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 192 99 150 0 0.48 0.22 0.25 327.1 0.42 0.57
Hex C0 63 96 0 30 16 19 147 2A 39
Octal 300 143 226 0 60 26 31 507 52 71
Binary 11000000 1100011 10010110 0 110000 10110 11001 101000111 101010 111001

Color Harmonies of #C06396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06396

Black with #C06396

Text Example


Text Example

White with #C06396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06396; }

 p { color: rgb(192,99,150); }

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

background-color css

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

 a { background-color: rgb(192,99,150); }

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

border-color css

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

 span { border-color: rgb(192,99,150); }

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