Html Css Color HEX #C370A6 Hopbush

📋 copy color: '#C370A6'

red 195 ◦ green 112 ◦ blue 166

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

Shades of Hopbush #C370A6

Tints of Hopbush #C370A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 41.23%
G = 23.68%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C370A6 (or 0xC370A6) is known color: Hopbush. HEX triplet: C3, 70 and A6. RGB value is (195,112,166). Sum of RGB (Red+Green+Blue) = 195+112+166=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A6 is #3C8F59. Grayscale: #8E8E8E. Windows color (decimal): -3968858 or 10907843. OLE color: 10907843.

HSL color Cylindrical-coordinate representation of color #C370A6: hue angle of 320.96º 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 #C370A6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 166 -
CMYK 0 0.43 0.15 0.24
HSL 320.96º 0.41% 0.6% -
HSV(B) 320.96º 0.43% 0.76% -
XYZ 35.18 25.94 39.23 -
YUV 142.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 195 112 166 0 0.43 0.15 0.24 320.96 0.41 0.6
Hex C3 70 A6 0 2B F 18 141 29 3C
Octal 303 160 246 0 53 17 30 501 51 74
Binary 11000011 1110000 10100110 0 101011 1111 11000 101000001 101001 111100

Color Harmonies of #C370A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370A6

Black with #C370A6

Text Example


Text Example

White with #C370A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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