Html Css Color HEX #C071AA Bouquet

📋 copy color: '#C071AA'

red 192 ◦ green 113 ◦ blue 170

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

Shades of Bouquet #C071AA

Tints of Bouquet #C071AA

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 40.42%
G = 23.79%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C071AA (or 0xC071AA) is known color: Bouquet. HEX triplet: C0, 71 and AA. RGB value is (192,113,170). Sum of RGB (Red+Green+Blue) = 192+113+170=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AA is #3F8E55. Grayscale: #8E8E8E. Windows color (decimal): -4165206 or 11170240. OLE color: 11170240.

HSL color Cylindrical-coordinate representation of color #C071AA: hue angle of 316.71º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 170 -
CMYK 0 0.41 0.11 0.25
HSL 316.71º 0.39% 0.6% -
HSV(B) 316.71º 0.41% 0.75% -
XYZ 34.9 25.92 41.19 -
YUV 143.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 192 113 170 0 0.41 0.11 0.25 316.71 0.39 0.6
Hex C0 71 AA 0 29 B 19 13D 27 3C
Octal 300 161 252 0 51 13 31 475 47 74
Binary 11000000 1110001 10101010 0 101001 1011 11001 100111101 100111 111100

Color Harmonies of #C071AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071AA

Black with #C071AA

Text Example


Text Example

White with #C071AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071AA; }

 p { color: rgb(192,113,170); }

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

background-color css

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

 a { background-color: rgb(192,113,170); }

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

border-color css

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

 span { border-color: rgb(192,113,170); }

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