Html Css Color HEX #C76085 Hopbush

📋 copy color: '#C76085'

red 199 ◦ green 96 ◦ blue 133

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

Shades of Hopbush #C76085

Tints of Hopbush #C76085

RGB

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

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

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

R = 46.5%
G = 22.43%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76085 (or 0xC76085) is known color: Hopbush. HEX triplet: C7, 60 and 85. RGB value is (199,96,133). Sum of RGB (Red+Green+Blue) = 199+96+133=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C76085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76085 is #389F7A. Grayscale: #828282. Windows color (decimal): -3710843 or 8741063. OLE color: 8741063.

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

Color convert

RGB 199 96 133 -
CMYK 0 0.52 0.33 0.22
HSL 338.45º 0.48% 0.58% -
HSV(B) 338.45º 0.52% 0.78% -
XYZ 31.97 22.2 24.79 -
YUV 131.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 199 96 133 0 0.52 0.33 0.22 338.45 0.48 0.58
Hex C7 60 85 0 34 21 16 152 30 3A
Octal 307 140 205 0 64 41 26 522 60 72
Binary 11000111 1100000 10000101 0 110100 100001 10110 101010010 110000 111010

Color Harmonies of #C76085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76085

Black with #C76085

Text Example


Text Example

White with #C76085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76085; }

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

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

background-color css

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

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

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

border-color css

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

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

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