Html Css Color HEX #C37BAA Bouquet

📋 copy color: '#C37BAA'

red 195 ◦ green 123 ◦ blue 170

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

Shades of Bouquet #C37BAA

Tints of Bouquet #C37BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.2%

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

R = 39.96%
G = 25.2%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C37BAA (or 0xC37BAA) is known color: Bouquet. HEX triplet: C3, 7B and AA. RGB value is (195,123,170). Sum of RGB (Red+Green+Blue) = 195+123+170=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BAA is #3C8455. Grayscale: #959595. Windows color (decimal): -3966038 or 11172803. OLE color: 11172803.

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

Color convert

RGB 195 123 170 -
CMYK 0 0.37 0.13 0.24
HSL 320.83º 0.38% 0.62% -
HSV(B) 320.83º 0.37% 0.76% -
XYZ 36.84 28.67 41.62 -
YUV 149.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 195 123 170 0 0.37 0.13 0.24 320.83 0.38 0.62
Hex C3 7B AA 0 25 D 18 141 26 3E
Octal 303 173 252 0 45 15 30 501 46 76
Binary 11000011 1111011 10101010 0 100101 1101 11000 101000001 100110 111110

Color Harmonies of #C37BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BAA

Black with #C37BAA

Text Example


Text Example

White with #C37BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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