Html Css Color HEX #C65F98 Hopbush

📋 copy color: '#C65F98'

red 198 ◦ green 95 ◦ blue 152

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

Shades of Hopbush #C65F98

Tints of Hopbush #C65F98

RGB

 RED value IS 198 (77.73% from 255) = 44.49%

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 44.49%
G = 21.35%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C65F98 (or 0xC65F98) is known color: Hopbush. HEX triplet: C6, 5F and 98. RGB value is (198,95,152). Sum of RGB (Red+Green+Blue) = 198+95+152=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F98 is #39A067. Grayscale: #848484. Windows color (decimal): -3776616 or 9985990. OLE color: 9985990.

HSL color Cylindrical-coordinate representation of color #C65F98: hue angle of 326.8º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F98 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 95 152 -
CMYK 0 0.52 0.23 0.22
HSL 326.8º 0.47% 0.57% -
HSV(B) 326.8º 0.52% 0.78% -
XYZ 33.05 22.46 32.3 -
YUV 132.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 198 95 152 0 0.52 0.23 0.22 326.8 0.47 0.57
Hex C6 5F 98 0 34 17 16 147 2F 39
Octal 306 137 230 0 64 27 26 507 57 71
Binary 11000110 1011111 10011000 0 110100 10111 10110 101000111 101111 111001

Color Harmonies of #C65F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F98

Black with #C65F98

Text Example


Text Example

White with #C65F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F98; }

 p { color: rgb(198,95,152); }

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

background-color css

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

 a { background-color: rgb(198,95,152); }

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

border-color css

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

 span { border-color: rgb(198,95,152); }

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