Html Css Color HEX #C76286 Hopbush

📋 copy color: '#C76286'

red 199 ◦ green 98 ◦ blue 134

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

Shades of Hopbush #C76286

Tints of Hopbush #C76286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 46.17%
G = 22.74%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76286 (or 0xC76286) is known color: Hopbush. HEX triplet: C7, 62 and 86. RGB value is (199,98,134). Sum of RGB (Red+Green+Blue) = 199+98+134=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76286 is #389D79. Grayscale: #848484. Windows color (decimal): -3710330 or 8807111. OLE color: 8807111.

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

Color convert

RGB 199 98 134 -
CMYK 0 0.51 0.33 0.22
HSL 338.61º 0.47% 0.58% -
HSV(B) 338.61º 0.51% 0.78% -
XYZ 32.22 22.6 25.22 -
YUV 132.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 199 98 134 0 0.51 0.33 0.22 338.61 0.47 0.58
Hex C7 62 86 0 33 21 16 153 2F 3A
Octal 307 142 206 0 63 41 26 523 57 72
Binary 11000111 1100010 10000110 0 110011 100001 10110 101010011 101111 111010

Color Harmonies of #C76286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76286

Black with #C76286

Text Example


Text Example

White with #C76286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76286; }

 p { color: rgb(199,98,134); }

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

background-color css

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

 a { background-color: rgb(199,98,134); }

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

border-color css

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

 span { border-color: rgb(199,98,134); }

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