#C069A2

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

Shades of Hopbush #C069A2

Tints of Hopbush #C069A2

Color information

#C069A2 (or 0xC069A2) is unknown color: approx Hopbush. HEX triplet: C0, 69 and A2. RGB value is (192,105,162). Sum of RGB (Red+Green+Blue) = 192+105+162=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C069A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069A2 is #3F965D. Grayscale: #898989. Windows color (decimal): -4167262 or 10643904. OLE color: 10643904.

HSL color Cylindrical-coordinate representation of color #C069A2: hue angle of 320.69º 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 #C069A2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192105162-
CMYK00.450.160.25
HSL320.69º40.85%58.24%-
HSV(B)320.69º45.31%75.29%-
XYZ33.3123.9237.04-
YUV137.51141.82166.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=41.83%
G=22.88%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210516200.450.160.25320.6940.8558.24
HexC069A202D1019141293a
Octal30015124205520315015172
Binary1100000011010011010001001011011000011001101000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069A2; }

 p { color: rgb(192,105,162); }

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

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

 a { background-color: rgb(192,105,162); }

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

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

 span { border-color: rgb(192,105,162); }

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