Html Css Color HEX #C370A0 Hopbush

📋 copy color: '#C370A0'

red 195 ◦ green 112 ◦ blue 160

#C370A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C370A0

Tints of Hopbush #C370A0

RGB

 RED value IS 195 (76.56% from 255) = 41.76%

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 41.76%
G = 23.98%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C370A0 (or 0xC370A0) is known color: Hopbush. HEX triplet: C3, 70 and A0. RGB value is (195,112,160). Sum of RGB (Red+Green+Blue) = 195+112+160=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A0 is #3C8F5F. Grayscale: #8E8E8E. Windows color (decimal): -3968864 or 10514627. OLE color: 10514627.

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

Color convert

RGB 195 112 160 -
CMYK 0 0.43 0.18 0.24
HSL 325.3º 0.41% 0.6% -
HSV(B) 325.3º 0.43% 0.76% -
XYZ 34.65 25.73 36.4 -
YUV 142.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 195 112 160 0 0.43 0.18 0.24 325.3 0.41 0.6
Hex C3 70 A0 0 2B 12 18 145 29 3C
Octal 303 160 240 0 53 22 30 505 51 74
Binary 11000011 1110000 10100000 0 101011 10010 11000 101000101 101001 111100

Color Harmonies of #C370A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370A0

Black with #C370A0

Text Example


Text Example

White with #C370A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370A0; }

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

 H1.HeaderClassName
 {
   color: #C370A0;
 }
 .AnyTagClassName
 {
   color: #C370A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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