Html Css Color HEX #C375A6 Hopbush

📋 copy color: '#C375A6'

red 195 ◦ green 117 ◦ blue 166

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

Shades of Hopbush #C375A6

Tints of Hopbush #C375A6

RGB

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

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

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

R = 40.79%
G = 24.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C375A6 (or 0xC375A6) is known color: Hopbush. HEX triplet: C3, 75 and A6. RGB value is (195,117,166). Sum of RGB (Red+Green+Blue) = 195+117+166=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A6 is #3C8A59. Grayscale: #919191. Windows color (decimal): -3967578 or 10909123. OLE color: 10909123.

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

Color convert

RGB 195 117 166 -
CMYK 0 0.4 0.15 0.24
HSL 322.31º 0.39% 0.61% -
HSV(B) 322.31º 0.4% 0.76% -
XYZ 35.75 27.08 39.42 -
YUV 145.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 195 117 166 0 0.4 0.15 0.24 322.31 0.39 0.61
Hex C3 75 A6 0 28 F 18 142 27 3D
Octal 303 165 246 0 50 17 30 502 47 75
Binary 11000011 1110101 10100110 0 101000 1111 11000 101000010 100111 111101

Color Harmonies of #C375A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375A6

Black with #C375A6

Text Example


Text Example

White with #C375A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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