Html Css Color HEX #C370AC Bouquet

📋 copy color: '#C370AC'

red 195 ◦ green 112 ◦ blue 172

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

Shades of Bouquet #C370AC

Tints of Bouquet #C370AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 40.71%
G = 23.38%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C370AC (or 0xC370AC) is known color: Bouquet. HEX triplet: C3, 70 and AC. RGB value is (195,112,172). Sum of RGB (Red+Green+Blue) = 195+112+172=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C370AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370AC is #3C8F53. Grayscale: #8F8F8F. Windows color (decimal): -3968852 or 11301059. OLE color: 11301059.

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

Color convert

RGB 195 112 172 -
CMYK 0 0.43 0.12 0.24
HSL 316.63º 0.41% 0.6% -
HSV(B) 316.63º 0.43% 0.76% -
XYZ 35.75 26.17 42.2 -
YUV 143.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 195 112 172 0 0.43 0.12 0.24 316.63 0.41 0.6
Hex C3 70 AC 0 2B C 18 13D 29 3C
Octal 303 160 254 0 53 14 30 475 51 74
Binary 11000011 1110000 10101100 0 101011 1100 11000 100111101 101001 111100

Color Harmonies of #C370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370AC

Black with #C370AC

Text Example


Text Example

White with #C370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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