Html Css Color HEX #C06998 Hopbush

📋 copy color: '#C06998'

red 192 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #C06998

Tints of Hopbush #C06998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 42.76%
G = 23.39%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C06998 (or 0xC06998) is known color: Hopbush. HEX triplet: C0, 69 and 98. RGB value is (192,105,152). Sum of RGB (Red+Green+Blue) = 192+105+152=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06998 is #3F9667. Grayscale: #888888. Windows color (decimal): -4167272 or 9988544. OLE color: 9988544.

HSL color Cylindrical-coordinate representation of color #C06998: hue angle of 327.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06998 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 152 -
CMYK 0 0.45 0.21 0.25
HSL 327.59º 0.41% 0.58% -
HSV(B) 327.59º 0.45% 0.75% -
XYZ 32.46 23.58 32.55 -
YUV 136.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 192 105 152 0 0.45 0.21 0.25 327.59 0.41 0.58
Hex C0 69 98 0 2D 15 19 148 29 3A
Octal 300 151 230 0 55 25 31 510 51 72
Binary 11000000 1101001 10011000 0 101101 10101 11001 101001000 101001 111010

Color Harmonies of #C06998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06998

Black with #C06998

Text Example


Text Example

White with #C06998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06998; }

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

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

background-color css

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

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

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

border-color css

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

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

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