Html Css Color HEX #C373B0 Bouquet

📋 copy color: '#C373B0'

red 195 ◦ green 115 ◦ blue 176

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

Shades of Bouquet #C373B0

Tints of Bouquet #C373B0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 40.12%
G = 23.66%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C373B0 (or 0xC373B0) is known color: Bouquet. HEX triplet: C3, 73 and B0. RGB value is (195,115,176). Sum of RGB (Red+Green+Blue) = 195+115+176=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C373B0 is #3C8C4F. Grayscale: #919191. Windows color (decimal): -3968080 or 11563971. OLE color: 11563971.

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

Color convert

RGB 195 115 176 -
CMYK 0 0.41 0.10 0.24
HSL 314.25º 0.4% 0.61% -
HSV(B) 314.25º 0.41% 0.76% -
XYZ 36.47 27 44.36 -
YUV 145.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 195 115 176 0 0.41 0.10 0.24 314.25 0.4 0.61
Hex C3 73 B0 0 29 A 18 13A 28 3D
Octal 303 163 260 0 51 12 30 472 50 75
Binary 11000011 1110011 10110000 0 101001 1010 11000 100111010 101000 111101

Color Harmonies of #C373B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373B0

Black with #C373B0

Text Example


Text Example

White with #C373B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373B0; }

 p { color: rgb(195,115,176); }

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

background-color css

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

 a { background-color: rgb(195,115,176); }

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

border-color css

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

 span { border-color: rgb(195,115,176); }

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