#C37DAA

Color #C37DAA Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C37DAA

Tints of Bouquet #C37DAA

Color information

#C37DAA (or 0xC37DAA) is unknown color: approx Bouquet. HEX triplet: C3, 7D and AA. RGB value is (195,125,170). Sum of RGB (Red+Green+Blue) = 195+125+170=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DAA is #3C8255. Grayscale: #969696. Windows color (decimal): -3965526 or 11173315. OLE color: 11173315.

HSL color Cylindrical-coordinate representation of color #C37DAA: hue angle of 321.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DAA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195125170-
CMYK00.360.130.24
HSL321.43º36.84%62.75%-
HSV(B)321.43º35.9%76.47%-
XYZ37.0929.1741.71-
YUV151.06138.69159.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=39.80%
G=25.51%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517000.360.130.24321.4336.8462.75
HexC37DAA024D18141253f
Octal30317525204415305014577
Binary110000111111101101010100100100110111000101000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DAA; }

 p { color: rgb(195,125,170); }

 H1.HeaderClassName
 {
   color: #C37DAA;
 }
 .AnyTagClassName
 {
   color: #C37DAA;
 }
</style>
background-color css

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

 a { background-color: rgb(195,125,170); }

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

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

 span { border-color: rgb(195,125,170); }

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