Html Css Color HEX #C76896 Hopbush

📋 copy color: '#C76896'

red 199 ◦ green 104 ◦ blue 150

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

Shades of Hopbush #C76896

Tints of Hopbush #C76896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.96%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 43.93%
G = 22.96%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76896 (or 0xC76896) is known color: Hopbush. HEX triplet: C7, 68 and 96. RGB value is (199,104,150). Sum of RGB (Red+Green+Blue) = 199+104+150=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C76896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76896 is #389769. Grayscale: #898989. Windows color (decimal): -3708778 or 9857223. OLE color: 9857223.

HSL color Cylindrical-coordinate representation of color #C76896: hue angle of 330.95º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76896 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 104 150 -
CMYK 0 0.48 0.25 0.22
HSL 330.95º 0.46% 0.59% -
HSV(B) 330.95º 0.48% 0.78% -
XYZ 34.01 24.24 31.74 -
YUV 137.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 199 104 150 0 0.48 0.25 0.22 330.95 0.46 0.59
Hex C7 68 96 0 30 19 16 14B 2E 3B
Octal 307 150 226 0 60 31 26 513 56 73
Binary 11000111 1101000 10010110 0 110000 11001 10110 101001011 101110 111011

Color Harmonies of #C76896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76896

Black with #C76896

Text Example


Text Example

White with #C76896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76896; }

 p { color: rgb(199,104,150); }

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

background-color css

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

 a { background-color: rgb(199,104,150); }

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

border-color css

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

 span { border-color: rgb(199,104,150); }

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