Html Css Color HEX #C379A4 Hopbush

📋 copy color: '#C379A4'

red 195 ◦ green 121 ◦ blue 164

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

Shades of Hopbush #C379A4

Tints of Hopbush #C379A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

 BLUE value IS 164 (64.45% from 255) = 34.17%

R = 40.63%
G = 25.21%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C379A4 (or 0xC379A4) is known color: Hopbush. HEX triplet: C3, 79 and A4. RGB value is (195,121,164). Sum of RGB (Red+Green+Blue) = 195+121+164=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C379A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379A4 is #3C865B. Grayscale: #939393. Windows color (decimal): -3966556 or 10779075. OLE color: 10779075.

HSL color Cylindrical-coordinate representation of color #C379A4: hue angle of 325.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379A4 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 164 -
CMYK 0 0.38 0.16 0.24
HSL 325.14º 0.38% 0.62% -
HSV(B) 325.14º 0.38% 0.76% -
XYZ 36.04 27.96 38.62 -
YUV 148.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 195 121 164 0 0.38 0.16 0.24 325.14 0.38 0.62
Hex C3 79 A4 0 26 10 18 145 26 3E
Octal 303 171 244 0 46 20 30 505 46 76
Binary 11000011 1111001 10100100 0 100110 10000 11000 101000101 100110 111110

Color Harmonies of #C379A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379A4

Black with #C379A4

Text Example


Text Example

White with #C379A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379A4; }

 p { color: rgb(195,121,164); }

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

background-color css

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

 a { background-color: rgb(195,121,164); }

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

border-color css

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

 span { border-color: rgb(195,121,164); }

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