Html Css Color HEX #C37AA8 Bouquet

📋 copy color: '#C37AA8'

red 195 ◦ green 122 ◦ blue 168

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

Shades of Bouquet #C37AA8

Tints of Bouquet #C37AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 40.21%
G = 25.15%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C37AA8 (or 0xC37AA8) is known color: Bouquet. HEX triplet: C3, 7A and A8. RGB value is (195,122,168). Sum of RGB (Red+Green+Blue) = 195+122+168=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AA8 is #3C8557. Grayscale: #949494. Windows color (decimal): -3966296 or 11041475. OLE color: 11041475.

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

Color convert

RGB 195 122 168 -
CMYK 0 0.37 0.14 0.24
HSL 322.19º 0.38% 0.62% -
HSV(B) 322.19º 0.37% 0.76% -
XYZ 36.53 28.35 40.59 -
YUV 149.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 195 122 168 0 0.37 0.14 0.24 322.19 0.38 0.62
Hex C3 7A A8 0 25 E 18 142 26 3E
Octal 303 172 250 0 45 16 30 502 46 76
Binary 11000011 1111010 10101000 0 100101 1110 11000 101000010 100110 111110

Color Harmonies of #C37AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37AA8

Black with #C37AA8

Text Example


Text Example

White with #C37AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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