Html Css Color HEX #C37A86 Charm

📋 copy color: '#C37A86'

red 195 ◦ green 122 ◦ blue 134

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

Shades of Charm #C37A86

Tints of Charm #C37A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 43.24%
G = 27.05%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C37A86 (or 0xC37A86) is known color: Charm. HEX triplet: C3, 7A and 86. RGB value is (195,122,134). Sum of RGB (Red+Green+Blue) = 195+122+134=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A86 is #3C8579. Grayscale: #919191. Windows color (decimal): -3966330 or 8813251. OLE color: 8813251.

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

Color convert

RGB 195 122 134 -
CMYK 0 0.37 0.31 0.24
HSL 350.14º 0.38% 0.62% -
HSV(B) 350.14º 0.37% 0.76% -
XYZ 33.77 27.24 26.03 -
YUV 145.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 195 122 134 0 0.37 0.31 0.24 350.14 0.38 0.62
Hex C3 7A 86 0 25 1F 18 15E 26 3E
Octal 303 172 206 0 45 37 30 536 46 76
Binary 11000011 1111010 10000110 0 100101 11111 11000 101011110 100110 111110

Color Harmonies of #C37A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A86

Black with #C37A86

Text Example


Text Example

White with #C37A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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