Html Css Color HEX #C47AA2 Hopbush

📋 copy color: '#C47AA2'

red 196 ◦ green 122 ◦ blue 162

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

Shades of Hopbush #C47AA2

Tints of Hopbush #C47AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 40.83%
G = 25.42%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C47AA2 (or 0xC47AA2) is known color: Hopbush. HEX triplet: C4, 7A and A2. RGB value is (196,122,162). Sum of RGB (Red+Green+Blue) = 196+122+162=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA2 is #3B855D. Grayscale: #949494. Windows color (decimal): -3900766 or 10648260. OLE color: 10648260.

HSL color Cylindrical-coordinate representation of color #C47AA2: hue angle of 327.57º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AA2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 162 -
CMYK 0 0.38 0.17 0.23
HSL 327.57º 0.39% 0.62% -
HSV(B) 327.57º 0.38% 0.77% -
XYZ 36.25 28.26 37.73 -
YUV 148.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 196 122 162 0 0.38 0.17 0.23 327.57 0.39 0.62
Hex C4 7A A2 0 26 11 17 148 27 3E
Octal 304 172 242 0 46 21 27 510 47 76
Binary 11000100 1111010 10100010 0 100110 10001 10111 101001000 100111 111110

Color Harmonies of #C47AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AA2

Black with #C47AA2

Text Example


Text Example

White with #C47AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AA2; }

 p { color: rgb(196,122,162); }

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

background-color css

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

 a { background-color: rgb(196,122,162); }

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

border-color css

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

 span { border-color: rgb(196,122,162); }

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