Html Css Color HEX #C375AC Bouquet

📋 copy color: '#C375AC'

red 195 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #C375AC

Tints of Bouquet #C375AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 40.29%
G = 24.17%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C375AC (or 0xC375AC) is known color: Bouquet. HEX triplet: C3, 75 and AC. RGB value is (195,117,172). Sum of RGB (Red+Green+Blue) = 195+117+172=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AC is #3C8A53. Grayscale: #929292. Windows color (decimal): -3967572 or 11302339. OLE color: 11302339.

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

Color convert

RGB 195 117 172 -
CMYK 0 0.4 0.12 0.24
HSL 317.69º 0.39% 0.61% -
HSV(B) 317.69º 0.4% 0.76% -
XYZ 36.31 27.3 42.39 -
YUV 146.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 195 117 172 0 0.4 0.12 0.24 317.69 0.39 0.61
Hex C3 75 AC 0 28 C 18 13E 27 3D
Octal 303 165 254 0 50 14 30 476 47 75
Binary 11000011 1110101 10101100 0 101000 1100 11000 100111110 100111 111101

Color Harmonies of #C375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375AC

Black with #C375AC

Text Example


Text Example

White with #C375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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