Html Css Color HEX #C375A0 Hopbush

📋 copy color: '#C375A0'

red 195 ◦ green 117 ◦ blue 160

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

Shades of Hopbush #C375A0

Tints of Hopbush #C375A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 41.31%
G = 24.79%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C375A0 (or 0xC375A0) is known color: Hopbush. HEX triplet: C3, 75 and A0. RGB value is (195,117,160). Sum of RGB (Red+Green+Blue) = 195+117+160=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A0 is #3C8A5F. Grayscale: #919191. Windows color (decimal): -3967584 or 10515907. OLE color: 10515907.

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

Color convert

RGB 195 117 160 -
CMYK 0 0.4 0.18 0.24
HSL 326.92º 0.39% 0.61% -
HSV(B) 326.92º 0.4% 0.76% -
XYZ 35.21 26.86 36.59 -
YUV 145.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 195 117 160 0 0.4 0.18 0.24 326.92 0.39 0.61
Hex C3 75 A0 0 28 12 18 147 27 3D
Octal 303 165 240 0 50 22 30 507 47 75
Binary 11000011 1110101 10100000 0 101000 10010 11000 101000111 100111 111101

Color Harmonies of #C375A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375A0

Black with #C375A0

Text Example


Text Example

White with #C375A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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