#C368A4

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

Shades of Hopbush #C368A4

Tints of Hopbush #C368A4

Color information

#C368A4 (or 0xC368A4) is unknown color: approx Hopbush. HEX triplet: C3, 68 and A4. RGB value is (195,104,164). Sum of RGB (Red+Green+Blue) = 195+104+164=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A4 is #3C975B. Grayscale: #898989. Windows color (decimal): -3970908 or 10774723. OLE color: 10774723.

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

Color convert

RGB195104164-
CMYK00.470.160.24
HSL320.44º43.13%58.63%-
HSV(B)320.44º46.67%76.47%-
XYZ34.1624.1837.99-
YUV138.05142.65168.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=42.12%
G=22.46%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510416400.470.160.24320.4443.1358.63
HexC368A402F10181402b3b
Octal30315024405720305005373
Binary1100001111010001010010001011111000011000101000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368A4; }

 p { color: rgb(195,104,164); }

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

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

 a { background-color: rgb(195,104,164); }

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

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

 span { border-color: rgb(195,104,164); }

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