Html Css Color HEX #C65E8B Hopbush

📋 copy color: '#C65E8B'

red 198 ◦ green 94 ◦ blue 139

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

Shades of Hopbush #C65E8B

Tints of Hopbush #C65E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 45.94%
G = 21.81%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C65E8B (or 0xC65E8B) is known color: Hopbush. HEX triplet: C6, 5E and 8B. RGB value is (198,94,139). Sum of RGB (Red+Green+Blue) = 198+94+139=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65E8B is #39A174. Grayscale: #828282. Windows color (decimal): -3776885 or 9133766. OLE color: 9133766.

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

Color convert

RGB 198 94 139 -
CMYK 0 0.53 0.30 0.22
HSL 334.04º 0.48% 0.57% -
HSV(B) 334.04º 0.53% 0.78% -
XYZ 31.95 21.88 26.96 -
YUV 130.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 198 94 139 0 0.53 0.30 0.22 334.04 0.48 0.57
Hex C6 5E 8B 0 35 1E 16 14E 30 39
Octal 306 136 213 0 65 36 26 516 60 71
Binary 11000110 1011110 10001011 0 110101 11110 10110 101001110 110000 111001

Color Harmonies of #C65E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E8B

Black with #C65E8B

Text Example


Text Example

White with #C65E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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