Html Css Color HEX #C76395 Hopbush

📋 copy color: '#C76395'

red 199 ◦ green 99 ◦ blue 149

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

Shades of Hopbush #C76395

Tints of Hopbush #C76395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 44.52%
G = 22.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76395 (or 0xC76395) is known color: Hopbush. HEX triplet: C7, 63 and 95. RGB value is (199,99,149). Sum of RGB (Red+Green+Blue) = 199+99+149=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76395 is #389C6A. Grayscale: #868686. Windows color (decimal): -3710059 or 9790407. OLE color: 9790407.

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

Color convert

RGB 199 99 149 -
CMYK 0 0.50 0.25 0.22
HSL 330º 0.47% 0.58% -
HSV(B) 330º 0.5% 0.78% -
XYZ 33.44 23.24 31.16 -
YUV 134.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 199 99 149 0 0.50 0.25 0.22 330 0.47 0.58
Hex C7 63 95 0 32 19 16 14A 2F 3A
Octal 307 143 225 0 62 31 26 512 57 72
Binary 11000111 1100011 10010101 0 110010 11001 10110 101001010 101111 111010

Color Harmonies of #C76395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76395

Black with #C76395

Text Example


Text Example

White with #C76395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76395; }

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

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

background-color css

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

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

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

border-color css

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

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

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