Html Css Color HEX #C474AB Hopbush

📋 copy color: '#C474AB'

red 196 ◦ green 116 ◦ blue 171

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

Shades of Hopbush #C474AB

Tints of Hopbush #C474AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 40.58%
G = 24.02%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C474AB (or 0xC474AB) is known color: Hopbush. HEX triplet: C4, 74 and AB. RGB value is (196,116,171). Sum of RGB (Red+Green+Blue) = 196+116+171=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C474AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474AB is #3B8B54. Grayscale: #929292. Windows color (decimal): -3902293 or 11236548. OLE color: 11236548.

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

Color convert

RGB 196 116 171 -
CMYK 0 0.41 0.13 0.23
HSL 318.75º 0.4% 0.61% -
HSV(B) 318.75º 0.41% 0.77% -
XYZ 36.36 27.17 41.86 -
YUV 146.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 196 116 171 0 0.41 0.13 0.23 318.75 0.4 0.61
Hex C4 74 AB 0 29 D 17 13F 28 3D
Octal 304 164 253 0 51 15 27 477 50 75
Binary 11000100 1110100 10101011 0 101001 1101 10111 100111111 101000 111101

Color Harmonies of #C474AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474AB

Black with #C474AB

Text Example


Text Example

White with #C474AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474AB; }

 p { color: rgb(196,116,171); }

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

background-color css

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

 a { background-color: rgb(196,116,171); }

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

border-color css

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

 span { border-color: rgb(196,116,171); }

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