#C06A97

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

Shades of Hopbush #C06A97

Tints of Hopbush #C06A97

Color information

#C06A97 (or 0xC06A97) is unknown color: approx Hopbush. HEX triplet: C0, 6A and 97. RGB value is (192,106,151). Sum of RGB (Red+Green+Blue) = 192+106+151=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A97 is #3F9568. Grayscale: #888888. Windows color (decimal): -4167017 or 9923264. OLE color: 9923264.

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

Color convert

RGB192106151-
CMYK00.450.210.25
HSL328.6º40.57%58.43%-
HSV(B)328.6º44.79%75.29%-
XYZ32.4823.7532.15-
YUV136.84135.99167.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=42.76%
G=23.61%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210615100.450.210.25328.640.5758.43
HexC06A9702D1519149293a
Octal30015222705525315115172
Binary1100000011010101001011101011011010111001101001001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A97; }

 p { color: rgb(192,106,151); }

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

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

 a { background-color: rgb(192,106,151); }

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

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

 span { border-color: rgb(192,106,151); }

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