#C36AAA

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

Shades of Hopbush #C36AAA

Tints of Hopbush #C36AAA

Color information

#C36AAA (or 0xC36AAA) is unknown color: approx Hopbush. HEX triplet: C3, 6A and AA. RGB value is (195,106,170). Sum of RGB (Red+Green+Blue) = 195+106+170=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAA is #3C9555. Grayscale: #8B8B8B. Windows color (decimal): -3970390 or 11168451. OLE color: 11168451.

HSL color Cylindrical-coordinate representation of color #C36AAA: hue angle of 316.85º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36AAA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195106170-
CMYK00.460.130.24
HSL316.85º42.58%59.02%-
HSV(B)316.85º45.64%76.47%-
XYZ34.9224.8140.98-
YUV139.91144.99167.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=41.40%
G=22.51%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510617000.460.130.24316.8542.5859.02
HexC36AAA02ED1813d2b3b
Octal30315225205615304755373
Binary110000111101010101010100101110110111000100111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AAA; }

 p { color: rgb(195,106,170); }

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

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

 a { background-color: rgb(195,106,170); }

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

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

 span { border-color: rgb(195,106,170); }

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