Html Css Color HEX #C071AE Bouquet

📋 copy color: '#C071AE'

red 192 ◦ green 113 ◦ blue 174

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

Shades of Bouquet #C071AE

Tints of Bouquet #C071AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 40.08%
G = 23.59%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C071AE (or 0xC071AE) is known color: Bouquet. HEX triplet: C0, 71 and AE. RGB value is (192,113,174). Sum of RGB (Red+Green+Blue) = 192+113+174=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AE is #3F8E51. Grayscale: #8F8F8F. Windows color (decimal): -4165202 or 11432384. OLE color: 11432384.

HSL color Cylindrical-coordinate representation of color #C071AE: hue angle of 313.67º 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 #C071AE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 174 -
CMYK 0 0.41 0.09 0.25
HSL 313.67º 0.39% 0.6% -
HSV(B) 313.67º 0.41% 0.75% -
XYZ 35.28 26.07 43.22 -
YUV 143.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 192 113 174 0 0.41 0.09 0.25 313.67 0.39 0.6
Hex C0 71 AE 0 29 9 19 13A 27 3C
Octal 300 161 256 0 51 11 31 472 47 74
Binary 11000000 1110001 10101110 0 101001 1001 11001 100111010 100111 111100

Color Harmonies of #C071AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071AE

Black with #C071AE

Text Example


Text Example

White with #C071AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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