#C07292

Color #C07292 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C07292

Tints of Hopbush #C07292

Color information

#C07292 (or 0xC07292) is unknown color: approx Hopbush. HEX triplet: C0, 72 and 92. RGB value is (192,114,146). Sum of RGB (Red+Green+Blue) = 192+114+146=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07292 is #3F8D6D. Grayscale: #8C8C8C. Windows color (decimal): -4164974 or 9597632. OLE color: 9597632.

HSL color Cylindrical-coordinate representation of color #C07292: hue angle of 335.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07292 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192114146-
CMYK00.410.240.25
HSL335.38º38.24%60%-
HSV(B)335.38º40.62%75.29%-
XYZ32.9425.3230.34-
YUV140.97130.84164.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=42.48%
G=25.22%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211414600.410.240.25335.3838.2460
HexC07292029181914f263c
Octal30016222205130315174674
Binary1100000011100101001001001010011100011001101001111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07292; }

 p { color: rgb(192,114,146); }

 H1.HeaderClassName
 {
   color: #C07292;
 }
 .AnyTagClassName
 {
   color: #C07292;
 }
</style>
background-color css

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

 a { background-color: rgb(192,114,146); }

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

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

 span { border-color: rgb(192,114,146); }

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