Html Css Color HEX #C37AAA Bouquet

📋 copy color: '#C37AAA'

red 195 ◦ green 122 ◦ blue 170

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

Shades of Bouquet #C37AAA

Tints of Bouquet #C37AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 40.04%
G = 25.05%
B = 34.91%

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

#C37AAA (or 0xC37AAA) is known color: Bouquet. HEX triplet: C3, 7A and AA. RGB value is (195,122,170). Sum of RGB (Red+Green+Blue) = 195+122+170=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AAA is #3C8555. Grayscale: #959595. Windows color (decimal): -3966294 or 11172547. OLE color: 11172547.

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

Color convert

RGB 195 122 170 -
CMYK 0 0.37 0.13 0.24
HSL 320.55º 0.38% 0.62% -
HSV(B) 320.55º 0.37% 0.76% -
XYZ 36.72 28.42 41.58 -
YUV 149.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 195 122 170 0 0.37 0.13 0.24 320.55 0.38 0.62
Hex C3 7A AA 0 25 D 18 141 26 3E
Octal 303 172 252 0 45 15 30 501 46 76
Binary 11000011 1111010 10101010 0 100101 1101 11000 101000001 100110 111110

Color Harmonies of #C37AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AAA

Black with #C37AAA

Text Example


Text Example

White with #C37AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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