Html Css Color HEX #C374AB Bouquet

📋 copy color: '#C374AB'

red 195 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #C374AB

Tints of Bouquet #C374AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 40.46%
G = 24.07%
B = 35.48%

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

#C374AB (or 0xC374AB) is known color: Bouquet. HEX triplet: C3, 74 and AB. RGB value is (195,116,171). Sum of RGB (Red+Green+Blue) = 195+116+171=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AB is #3C8B54. Grayscale: #919191. Windows color (decimal): -3967829 or 11236547. OLE color: 11236547.

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

Color convert

RGB 195 116 171 -
CMYK 0 0.41 0.12 0.24
HSL 318.23º 0.4% 0.61% -
HSV(B) 318.23º 0.41% 0.76% -
XYZ 36.1 27.03 41.84 -
YUV 145.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 195 116 171 0 0.41 0.12 0.24 318.23 0.4 0.61
Hex C3 74 AB 0 29 C 18 13E 28 3D
Octal 303 164 253 0 51 14 30 476 50 75
Binary 11000011 1110100 10101011 0 101001 1100 11000 100111110 101000 111101

Color Harmonies of #C374AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374AB

Black with #C374AB

Text Example


Text Example

White with #C374AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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