Html Css Color HEX #C370AA Hopbush

📋 copy color: '#C370AA'

red 195 ◦ green 112 ◦ blue 170

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

Shades of Hopbush #C370AA

Tints of Hopbush #C370AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 40.88%
G = 23.48%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C370AA (or 0xC370AA) is known color: Hopbush. HEX triplet: C3, 70 and AA. RGB value is (195,112,170). Sum of RGB (Red+Green+Blue) = 195+112+170=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C370AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370AA is #3C8F55. Grayscale: #8F8F8F. Windows color (decimal): -3968854 or 11169987. OLE color: 11169987.

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

Color convert

RGB 195 112 170 -
CMYK 0 0.43 0.13 0.24
HSL 318.07º 0.41% 0.6% -
HSV(B) 318.07º 0.43% 0.76% -
XYZ 35.56 26.09 41.19 -
YUV 143.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 195 112 170 0 0.43 0.13 0.24 318.07 0.41 0.6
Hex C3 70 AA 0 2B D 18 13E 29 3C
Octal 303 160 252 0 53 15 30 476 51 74
Binary 11000011 1110000 10101010 0 101011 1101 11000 100111110 101001 111100

Color Harmonies of #C370AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370AA

Black with #C370AA

Text Example


Text Example

White with #C370AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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