Html Css Color HEX #C37DAA Bouquet

📋 copy color: '#C37DAA'

red 195 ◦ green 125 ◦ blue 170

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

Shades of Bouquet #C37DAA

Tints of Bouquet #C37DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 39.8%
G = 25.51%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C37DAA (or 0xC37DAA) is known color: 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

RGB 195 125 170 -
CMYK 0 0.36 0.13 0.24
HSL 321.43º 0.37% 0.63% -
HSV(B) 321.43º 0.36% 0.76% -
XYZ 37.09 29.17 41.71 -
YUV 151.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 195 125 170 0 0.36 0.13 0.24 321.43 0.37 0.63
Hex C3 7D AA 0 24 D 18 141 25 3F
Octal 303 175 252 0 44 15 30 501 45 77
Binary 11000011 1111101 10101010 0 100100 1101 11000 101000001 100101 111111

Color Harmonies of #C37DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DAA

Black with #C37DAA

Text Example


Text Example

White with #C37DAA

Text Example


Text Example

HTML Codes & Css Web 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>