Html Css Color HEX #C074AE Bouquet

📋 copy color: '#C074AE'

red 192 ◦ green 116 ◦ blue 174

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

Shades of Bouquet #C074AE

Tints of Bouquet #C074AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 39.83%
G = 24.07%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C074AE (or 0xC074AE) is known color: Bouquet. HEX triplet: C0, 74 and AE. RGB value is (192,116,174). Sum of RGB (Red+Green+Blue) = 192+116+174=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C074AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074AE is #3F8B51. Grayscale: #919191. Windows color (decimal): -4164434 or 11433152. OLE color: 11433152.

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

Color convert

RGB 192 116 174 -
CMYK 0 0.40 0.09 0.25
HSL 314.21º 0.38% 0.6% -
HSV(B) 314.21º 0.4% 0.75% -
XYZ 35.62 26.75 43.33 -
YUV 145.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 192 116 174 0 0.40 0.09 0.25 314.21 0.38 0.6
Hex C0 74 AE 0 28 9 19 13A 26 3C
Octal 300 164 256 0 50 11 31 472 46 74
Binary 11000000 1110100 10101110 0 101000 1001 11001 100111010 100110 111100

Color Harmonies of #C074AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074AE

Black with #C074AE

Text Example


Text Example

White with #C074AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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