Html Css Color HEX #C76385 Hopbush

📋 copy color: '#C76385'

red 199 ◦ green 99 ◦ blue 133

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

Shades of Hopbush #C76385

Tints of Hopbush #C76385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 46.17%
G = 22.97%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76385 (or 0xC76385) is known color: Hopbush. HEX triplet: C7, 63 and 85. RGB value is (199,99,133). Sum of RGB (Red+Green+Blue) = 199+99+133=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76385 is #389C7A. Grayscale: #848484. Windows color (decimal): -3710075 or 8741831. OLE color: 8741831.

HSL color Cylindrical-coordinate representation of color #C76385: hue angle of 339.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76385 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 133 -
CMYK 0 0.50 0.33 0.22
HSL 339.6º 0.47% 0.58% -
HSV(B) 339.6º 0.5% 0.78% -
XYZ 32.25 22.76 24.88 -
YUV 132.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 199 99 133 0 0.50 0.33 0.22 339.6 0.47 0.58
Hex C7 63 85 0 32 21 16 154 2F 3A
Octal 307 143 205 0 62 41 26 524 57 72
Binary 11000111 1100011 10000101 0 110010 100001 10110 101010100 101111 111010

Color Harmonies of #C76385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76385

Black with #C76385

Text Example


Text Example

White with #C76385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76385; }

 p { color: rgb(199,99,133); }

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

background-color css

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

 a { background-color: rgb(199,99,133); }

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

border-color css

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

 span { border-color: rgb(199,99,133); }

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