Html Css Color HEX #C75E8C Hopbush

📋 copy color: '#C75E8C'

red 199 ◦ green 94 ◦ blue 140

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

Shades of Hopbush #C75E8C

Tints of Hopbush #C75E8C

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 45.96%
G = 21.71%
B = 32.33%

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

#C75E8C (or 0xC75E8C) is known color: Hopbush. HEX triplet: C7, 5E and 8C. RGB value is (199,94,140). Sum of RGB (Red+Green+Blue) = 199+94+140=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E8C is #38A173. Grayscale: #828282. Windows color (decimal): -3711348 or 9199303. OLE color: 9199303.

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

Color convert

RGB 199 94 140 -
CMYK 0 0.53 0.30 0.22
HSL 333.71º 0.48% 0.57% -
HSV(B) 333.71º 0.53% 0.78% -
XYZ 32.29 22.04 27.36 -
YUV 130.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 199 94 140 0 0.53 0.30 0.22 333.71 0.48 0.57
Hex C7 5E 8C 0 35 1E 16 14E 30 39
Octal 307 136 214 0 65 36 26 516 60 71
Binary 11000111 1011110 10001100 0 110101 11110 10110 101001110 110000 111001

Color Harmonies of #C75E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E8C

Black with #C75E8C

Text Example


Text Example

White with #C75E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E8C; }

 p { color: rgb(199,94,140); }

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

background-color css

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

 a { background-color: rgb(199,94,140); }

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

border-color css

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

 span { border-color: rgb(199,94,140); }

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