Html Css Color HEX #C76081 Hopbush

📋 copy color: '#C76081'

red 199 ◦ green 96 ◦ blue 129

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

Shades of Hopbush #C76081

Tints of Hopbush #C76081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 46.93%
G = 22.64%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C76081 (or 0xC76081) is known color: Hopbush. HEX triplet: C7, 60 and 81. RGB value is (199,96,129). Sum of RGB (Red+Green+Blue) = 199+96+129=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C76081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76081 is #389F7E. Grayscale: #828282. Windows color (decimal): -3710847 or 8478919. OLE color: 8478919.

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

Color convert

RGB 199 96 129 -
CMYK 0 0.52 0.35 0.22
HSL 340.78º 0.48% 0.58% -
HSV(B) 340.78º 0.52% 0.78% -
XYZ 31.7 22.09 23.36 -
YUV 130.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 199 96 129 0 0.52 0.35 0.22 340.78 0.48 0.58
Hex C7 60 81 0 34 23 16 155 30 3A
Octal 307 140 201 0 64 43 26 525 60 72
Binary 11000111 1100000 10000001 0 110100 100011 10110 101010101 110000 111010

Color Harmonies of #C76081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76081

Black with #C76081

Text Example


Text Example

White with #C76081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76081; }

 p { color: rgb(199,96,129); }

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

background-color css

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

 a { background-color: rgb(199,96,129); }

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

border-color css

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

 span { border-color: rgb(199,96,129); }

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