Html Css Color HEX #C65F99 Hopbush

📋 copy color: '#C65F99'

red 198 ◦ green 95 ◦ blue 153

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

Shades of Hopbush #C65F99

Tints of Hopbush #C65F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 44.39%
G = 21.3%
B = 34.3%

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

#C65F99 (or 0xC65F99) is known color: Hopbush. HEX triplet: C6, 5F and 99. RGB value is (198,95,153). Sum of RGB (Red+Green+Blue) = 198+95+153=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F99 is #39A066. Grayscale: #848484. Windows color (decimal): -3776615 or 10051526. OLE color: 10051526.

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

Color convert

RGB 198 95 153 -
CMYK 0 0.52 0.23 0.22
HSL 326.21º 0.47% 0.57% -
HSV(B) 326.21º 0.52% 0.78% -
XYZ 33.13 22.49 32.73 -
YUV 132.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 198 95 153 0 0.52 0.23 0.22 326.21 0.47 0.57
Hex C6 5F 99 0 34 17 16 146 2F 39
Octal 306 137 231 0 64 27 26 506 57 71
Binary 11000110 1011111 10011001 0 110100 10111 10110 101000110 101111 111001

Color Harmonies of #C65F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F99

Black with #C65F99

Text Example


Text Example

White with #C65F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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