Html Css Color HEX #C75D92 Hopbush

📋 copy color: '#C75D92'

red 199 ◦ green 93 ◦ blue 146

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

Shades of Hopbush #C75D92

Tints of Hopbush #C75D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 45.43%
G = 21.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C75D92 (or 0xC75D92) is known color: Hopbush. HEX triplet: C7, 5D and 92. RGB value is (199,93,146). Sum of RGB (Red+Green+Blue) = 199+93+146=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D92 is #38A26D. Grayscale: #828282. Windows color (decimal): -3711598 or 9592263. OLE color: 9592263.

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

Color convert

RGB 199 93 146 -
CMYK 0 0.53 0.27 0.22
HSL 330º 0.49% 0.57% -
HSV(B) 330º 0.53% 0.78% -
XYZ 32.66 22.05 29.73 -
YUV 130.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 199 93 146 0 0.53 0.27 0.22 330 0.49 0.57
Hex C7 5D 92 0 35 1B 16 14A 31 39
Octal 307 135 222 0 65 33 26 512 61 71
Binary 11000111 1011101 10010010 0 110101 11011 10110 101001010 110001 111001

Color Harmonies of #C75D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D92

Black with #C75D92

Text Example


Text Example

White with #C75D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D92; }

 p { color: rgb(199,93,146); }

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

background-color css

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

 a { background-color: rgb(199,93,146); }

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

border-color css

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

 span { border-color: rgb(199,93,146); }

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