Html Css Color HEX #C37DAB Bouquet

📋 copy color: '#C37DAB'

red 195 ◦ green 125 ◦ blue 171

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

Shades of Bouquet #C37DAB

Tints of Bouquet #C37DAB

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 value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

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

RGB 195 125 171 -
CMYK 0 0.36 0.12 0.24
HSL 320.57º 0.37% 0.63% -
HSV(B) 320.57º 0.36% 0.76% -
XYZ 37.19 29.21 42.21 -
YUV 151.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 195 125 171 0 0.36 0.12 0.24 320.57 0.37 0.63
Hex C3 7D AB 0 24 C 18 141 25 3F
Octal 303 175 253 0 44 14 30 501 45 77
Binary 11000011 1111101 10101011 0 100100 1100 11000 101000001 100101 111111

Color Harmonies of #C37DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DAB

Black with #C37DAB

Text Example


Text Example

White with #C37DAB

Text Example


Text Example

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