Html Css Color HEX #C374AC Bouquet

📋 copy color: '#C374AC'

red 195 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #C374AC

Tints of Bouquet #C374AC

RGB

 RED value IS 195 (76.56% from 255) = 40.37%

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

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

R = 40.37%
G = 24.02%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C374AC (or 0xC374AC) is known color: Bouquet. HEX triplet: C3, 74 and AC. RGB value is (195,116,172). Sum of RGB (Red+Green+Blue) = 195+116+172=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AC is #3C8B53. Grayscale: #919191. Windows color (decimal): -3967828 or 11302083. OLE color: 11302083.

HSL color Cylindrical-coordinate representation of color #C374AC: hue angle of 317.47º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C374AC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 172 -
CMYK 0 0.41 0.12 0.24
HSL 317.47º 0.4% 0.61% -
HSV(B) 317.47º 0.41% 0.76% -
XYZ 36.2 27.07 42.35 -
YUV 146.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 195 116 172 0 0.41 0.12 0.24 317.47 0.4 0.61
Hex C3 74 AC 0 29 C 18 13D 28 3D
Octal 303 164 254 0 51 14 30 475 50 75
Binary 11000011 1110100 10101100 0 101001 1100 11000 100111101 101000 111101

Color Harmonies of #C374AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374AC

Black with #C374AC

Text Example


Text Example

White with #C374AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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