Html Css Color HEX #C475A9 Hopbush

📋 copy color: '#C475A9'

red 196 ◦ green 117 ◦ blue 169

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

Shades of Hopbush #C475A9

Tints of Hopbush #C475A9

RGB

 RED value IS 196 (76.95% from 255) = 40.66%

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

 BLUE value IS 169 (66.41% from 255) = 35.06%

R = 40.66%
G = 24.27%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C475A9 (or 0xC475A9) is known color: Hopbush. HEX triplet: C4, 75 and A9. RGB value is (196,117,169). Sum of RGB (Red+Green+Blue) = 196+117+169=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A9 is #3B8A56. Grayscale: #929292. Windows color (decimal): -3902039 or 11105732. OLE color: 11105732.

HSL color Cylindrical-coordinate representation of color #C475A9: hue angle of 320.51º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475A9 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 169 -
CMYK 0 0.40 0.14 0.23
HSL 320.51º 0.4% 0.61% -
HSV(B) 320.51º 0.4% 0.77% -
XYZ 36.29 27.32 40.9 -
YUV 146.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 196 117 169 0 0.40 0.14 0.23 320.51 0.4 0.61
Hex C4 75 A9 0 28 E 17 141 28 3D
Octal 304 165 251 0 50 16 27 501 50 75
Binary 11000100 1110101 10101001 0 101000 1110 10111 101000001 101000 111101

Color Harmonies of #C475A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475A9

Black with #C475A9

Text Example


Text Example

White with #C475A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475A9; }

 p { color: rgb(196,117,169); }

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

background-color css

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

 a { background-color: rgb(196,117,169); }

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

border-color css

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

 span { border-color: rgb(196,117,169); }

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