Html Css Color HEX #C074AC Bouquet

📋 copy color: '#C074AC'

red 192 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #C074AC

Tints of Bouquet #C074AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 40%
G = 24.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C074AC (or 0xC074AC) is known color: Bouquet. HEX triplet: C0, 74 and AC. RGB value is (192,116,172). Sum of RGB (Red+Green+Blue) = 192+116+172=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C074AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074AC is #3F8B53. Grayscale: #909090. Windows color (decimal): -4164436 or 11302080. OLE color: 11302080.

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

Color convert

RGB 192 116 172 -
CMYK 0 0.40 0.10 0.25
HSL 315.79º 0.38% 0.6% -
HSV(B) 315.79º 0.4% 0.75% -
XYZ 35.43 26.68 42.31 -
YUV 145.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 192 116 172 0 0.40 0.10 0.25 315.79 0.38 0.6
Hex C0 74 AC 0 28 A 19 13C 26 3C
Octal 300 164 254 0 50 12 31 474 46 74
Binary 11000000 1110100 10101100 0 101000 1010 11001 100111100 100110 111100

Color Harmonies of #C074AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074AC

Black with #C074AC

Text Example


Text Example

White with #C074AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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