Html Css Color HEX #C375A1 Hopbush

📋 copy color: '#C375A1'

red 195 ◦ green 117 ◦ blue 161

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

Shades of Hopbush #C375A1

Tints of Hopbush #C375A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 41.23%
G = 24.74%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C375A1 (or 0xC375A1) is known color: Hopbush. HEX triplet: C3, 75 and A1. RGB value is (195,117,161). Sum of RGB (Red+Green+Blue) = 195+117+161=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A1 is #3C8A5E. Grayscale: #919191. Windows color (decimal): -3967583 or 10581443. OLE color: 10581443.

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

Color convert

RGB 195 117 161 -
CMYK 0 0.4 0.17 0.24
HSL 326.15º 0.39% 0.61% -
HSV(B) 326.15º 0.4% 0.76% -
XYZ 35.3 26.9 37.05 -
YUV 145.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 195 117 161 0 0.4 0.17 0.24 326.15 0.39 0.61
Hex C3 75 A1 0 28 11 18 146 27 3D
Octal 303 165 241 0 50 21 30 506 47 75
Binary 11000011 1110101 10100001 0 101000 10001 11000 101000110 100111 111101

Color Harmonies of #C375A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375A1

Black with #C375A1

Text Example


Text Example

White with #C375A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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