Html Css Color HEX #C372AF Bouquet

📋 copy color: '#C372AF'

red 195 ◦ green 114 ◦ blue 175

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

Shades of Bouquet #C372AF

Tints of Bouquet #C372AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 40.29%
G = 23.55%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C372AF (or 0xC372AF) is known color: Bouquet. HEX triplet: C3, 72 and AF. RGB value is (195,114,175). Sum of RGB (Red+Green+Blue) = 195+114+175=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C372AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372AF is #3C8D50. Grayscale: #919191. Windows color (decimal): -3968337 or 11498179. OLE color: 11498179.

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

Color convert

RGB 195 114 175 -
CMYK 0 0.42 0.10 0.24
HSL 314.81º 0.4% 0.61% -
HSV(B) 314.81º 0.42% 0.76% -
XYZ 36.26 26.73 43.81 -
YUV 145.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 195 114 175 0 0.42 0.10 0.24 314.81 0.4 0.61
Hex C3 72 AF 0 2A A 18 13B 28 3D
Octal 303 162 257 0 52 12 30 473 50 75
Binary 11000011 1110010 10101111 0 101010 1010 11000 100111011 101000 111101

Color Harmonies of #C372AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372AF

Black with #C372AF

Text Example


Text Example

White with #C372AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372AF; }

 p { color: rgb(195,114,175); }

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

background-color css

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

 a { background-color: rgb(195,114,175); }

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

border-color css

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

 span { border-color: rgb(195,114,175); }

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