Html Css Color HEX #C65F8A Hopbush

📋 copy color: '#C65F8A'

red 198 ◦ green 95 ◦ blue 138

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

Shades of Hopbush #C65F8A

Tints of Hopbush #C65F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 45.94%
G = 22.04%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C65F8A (or 0xC65F8A) is known color: Hopbush. HEX triplet: C6, 5F and 8A. RGB value is (198,95,138). Sum of RGB (Red+Green+Blue) = 198+95+138=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F8A is #39A075. Grayscale: #828282. Windows color (decimal): -3776630 or 9068486. OLE color: 9068486.

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

Color convert

RGB 198 95 138 -
CMYK 0 0.52 0.30 0.22
HSL 334.95º 0.47% 0.57% -
HSV(B) 334.95º 0.52% 0.78% -
XYZ 31.97 22.03 26.61 -
YUV 130.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 198 95 138 0 0.52 0.30 0.22 334.95 0.47 0.57
Hex C6 5F 8A 0 34 1E 16 14F 2F 39
Octal 306 137 212 0 64 36 26 517 57 71
Binary 11000110 1011111 10001010 0 110100 11110 10110 101001111 101111 111001

Color Harmonies of #C65F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F8A

Black with #C65F8A

Text Example


Text Example

White with #C65F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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