Html Css Color HEX #C06198 Hopbush

📋 copy color: '#C06198'

red 192 ◦ green 97 ◦ blue 152

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

Shades of Hopbush #C06198

Tints of Hopbush #C06198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 43.54%
G = 22%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C06198 (or 0xC06198) is known color: Hopbush. HEX triplet: C0, 61 and 98. RGB value is (192,97,152). Sum of RGB (Red+Green+Blue) = 192+97+152=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06198 is #3F9E67. Grayscale: #838383. Windows color (decimal): -4169320 or 9986496. OLE color: 9986496.

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

Color convert

RGB 192 97 152 -
CMYK 0 0.49 0.21 0.25
HSL 325.26º 0.43% 0.57% -
HSV(B) 325.26º 0.49% 0.75% -
XYZ 31.68 22.02 32.29 -
YUV 131.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 192 97 152 0 0.49 0.21 0.25 325.26 0.43 0.57
Hex C0 61 98 0 31 15 19 145 2B 39
Octal 300 141 230 0 61 25 31 505 53 71
Binary 11000000 1100001 10011000 0 110001 10101 11001 101000101 101011 111001

Color Harmonies of #C06198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06198

Black with #C06198

Text Example


Text Example

White with #C06198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06198; }

 p { color: rgb(192,97,152); }

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

background-color css

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

 a { background-color: rgb(192,97,152); }

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

border-color css

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

 span { border-color: rgb(192,97,152); }

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