#C367A0

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

Shades of Hopbush #C367A0

Tints of Hopbush #C367A0

Color information

#C367A0 (or 0xC367A0) is unknown color: approx Hopbush. HEX triplet: C3, 67 and A0. RGB value is (195,103,160). Sum of RGB (Red+Green+Blue) = 195+103+160=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C367A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C367A0 is #3C985F. Grayscale: #888888. Windows color (decimal): -3971168 or 10512323. OLE color: 10512323.

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

Color convert

RGB195103160-
CMYK00.470.180.24
HSL322.83º43.4%58.43%-
HSV(B)322.83º47.18%76.47%-
XYZ33.723.8436.08-
YUV137.01140.98169.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=42.58%
G=22.49%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510316000.470.180.24322.8343.458.43
HexC367A002F12181432b3a
Octal30314724005722305035372
Binary1100001111001111010000001011111001011000101000011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367A0; }

 p { color: rgb(195,103,160); }

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

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

 a { background-color: rgb(195,103,160); }

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

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

 span { border-color: rgb(195,103,160); }

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