#C37DAB

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

Shades of Bouquet #C37DAB

Tints of Bouquet #C37DAB

Color information

#C37DAB (or 0xC37DAB) is unknown color: approx Bouquet. HEX triplet: C3, 7D and AB. RGB value is (195,125,171). Sum of RGB (Red+Green+Blue) = 195+125+171=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DAB is #3C8254. Grayscale: #979797. Windows color (decimal): -3965525 or 11238851. OLE color: 11238851.

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

Color convert

RGB195125171-
CMYK00.360.120.24
HSL320.57º36.84%62.75%-
HSV(B)320.57º35.9%76.47%-
XYZ37.1929.2142.21-
YUV151.17139.19159.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=39.71%
G=25.46%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517100.360.120.24320.5736.8462.75
HexC37DAB024C18141253f
Octal30317525304414305014577
Binary110000111111101101010110100100110011000101000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DAB; }

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

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

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

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

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

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

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

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