Html Css Color HEX #C070AE Bouquet

📋 copy color: '#C070AE'

red 192 ◦ green 112 ◦ blue 174

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

Shades of Bouquet #C070AE

Tints of Bouquet #C070AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 40.17%
G = 23.43%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C070AE (or 0xC070AE) is known color: Bouquet. HEX triplet: C0, 70 and AE. RGB value is (192,112,174). Sum of RGB (Red+Green+Blue) = 192+112+174=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AE is #3F8F51. Grayscale: #8E8E8E. Windows color (decimal): -4165458 or 11432128. OLE color: 11432128.

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

Color convert

RGB 192 112 174 -
CMYK 0 0.42 0.09 0.25
HSL 313.5º 0.39% 0.6% -
HSV(B) 313.5º 0.42% 0.75% -
XYZ 35.17 25.85 43.18 -
YUV 142.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 192 112 174 0 0.42 0.09 0.25 313.5 0.39 0.6
Hex C0 70 AE 0 2A 9 19 13A 27 3C
Octal 300 160 256 0 52 11 31 472 47 74
Binary 11000000 1110000 10101110 0 101010 1001 11001 100111010 100111 111100

Color Harmonies of #C070AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070AE

Black with #C070AE

Text Example


Text Example

White with #C070AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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