Html Css Color HEX #C47AAA Bouquet

📋 copy color: '#C47AAA'

red 196 ◦ green 122 ◦ blue 170

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

Shades of Bouquet #C47AAA

Tints of Bouquet #C47AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 40.16%
G = 25%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C47AAA (or 0xC47AAA) is known color: Bouquet. HEX triplet: C4, 7A and AA. RGB value is (196,122,170). Sum of RGB (Red+Green+Blue) = 196+122+170=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AAA is #3B8555. Grayscale: #959595. Windows color (decimal): -3900758 or 11172548. OLE color: 11172548.

HSL color Cylindrical-coordinate representation of color #C47AAA: hue angle of 321.08º 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 #C47AAA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 170 -
CMYK 0 0.38 0.13 0.23
HSL 321.08º 0.39% 0.62% -
HSV(B) 321.08º 0.38% 0.77% -
XYZ 36.98 28.56 41.59 -
YUV 149.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 196 122 170 0 0.38 0.13 0.23 321.08 0.39 0.62
Hex C4 7A AA 0 26 D 17 141 27 3E
Octal 304 172 252 0 46 15 27 501 47 76
Binary 11000100 1111010 10101010 0 100110 1101 10111 101000001 100111 111110

Color Harmonies of #C47AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AAA

Black with #C47AAA

Text Example


Text Example

White with #C47AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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