Html Css Color HEX #C65E9A Hopbush

📋 copy color: '#C65E9A'

red 198 ◦ green 94 ◦ blue 154

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

Shades of Hopbush #C65E9A

Tints of Hopbush #C65E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.08%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 44.39%
G = 21.08%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C65E9A (or 0xC65E9A) is known color: Hopbush. HEX triplet: C6, 5E and 9A. RGB value is (198,94,154). Sum of RGB (Red+Green+Blue) = 198+94+154=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E9A is #39A165. Grayscale: #838383. Windows color (decimal): -3776870 or 10116806. OLE color: 10116806.

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

Color convert

RGB 198 94 154 -
CMYK 0 0.53 0.22 0.22
HSL 325.38º 0.48% 0.57% -
HSV(B) 325.38º 0.53% 0.78% -
XYZ 33.12 22.34 33.14 -
YUV 131.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 198 94 154 0 0.53 0.22 0.22 325.38 0.48 0.57
Hex C6 5E 9A 0 35 16 16 145 30 39
Octal 306 136 232 0 65 26 26 505 60 71
Binary 11000110 1011110 10011010 0 110101 10110 10110 101000101 110000 111001

Color Harmonies of #C65E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E9A

Black with #C65E9A

Text Example


Text Example

White with #C65E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E9A; }

 p { color: rgb(198,94,154); }

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

background-color css

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

 a { background-color: rgb(198,94,154); }

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

border-color css

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

 span { border-color: rgb(198,94,154); }

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