Html Css Color HEX #C65F8F Hopbush

📋 copy color: '#C65F8F'

red 198 ◦ green 95 ◦ blue 143

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

Shades of Hopbush #C65F8F

Tints of Hopbush #C65F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 45.41%
G = 21.79%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C65F8F (or 0xC65F8F) is known color: Hopbush. HEX triplet: C6, 5F and 8F. RGB value is (198,95,143). Sum of RGB (Red+Green+Blue) = 198+95+143=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F8F is #39A070. Grayscale: #838383. Windows color (decimal): -3776625 or 9396166. OLE color: 9396166.

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

Color convert

RGB 198 95 143 -
CMYK 0 0.52 0.28 0.22
HSL 332.04º 0.47% 0.57% -
HSV(B) 332.04º 0.52% 0.78% -
XYZ 32.34 22.17 28.56 -
YUV 131.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 198 95 143 0 0.52 0.28 0.22 332.04 0.47 0.57
Hex C6 5F 8F 0 34 1C 16 14C 2F 39
Octal 306 137 217 0 64 34 26 514 57 71
Binary 11000110 1011111 10001111 0 110100 11100 10110 101001100 101111 111001

Color Harmonies of #C65F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F8F

Black with #C65F8F

Text Example


Text Example

White with #C65F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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