Html Css Color HEX #C37D85 Charm

📋 copy color: '#C37D85'

red 195 ◦ green 125 ◦ blue 133

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

Shades of Charm #C37D85

Tints of Charm #C37D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 43.05%
G = 27.59%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C37D85 (or 0xC37D85) is known color: Charm. HEX triplet: C3, 7D and 85. RGB value is (195,125,133). Sum of RGB (Red+Green+Blue) = 195+125+133=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D85 is #3C827A. Grayscale: #929292. Windows color (decimal): -3965563 or 8748483. OLE color: 8748483.

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

Color convert

RGB 195 125 133 -
CMYK 0 0.36 0.32 0.24
HSL 353.14º 0.37% 0.63% -
HSV(B) 353.14º 0.36% 0.76% -
XYZ 34.07 27.96 25.79 -
YUV 146.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 195 125 133 0 0.36 0.32 0.24 353.14 0.37 0.63
Hex C3 7D 85 0 24 20 18 161 25 3F
Octal 303 175 205 0 44 40 30 541 45 77
Binary 11000011 1111101 10000101 0 100100 100000 11000 101100001 100101 111111

Color Harmonies of #C37D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D85

Black with #C37D85

Text Example


Text Example

White with #C37D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D85; }

 p { color: rgb(195,125,133); }

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

background-color css

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

 a { background-color: rgb(195,125,133); }

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

border-color css

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

 span { border-color: rgb(195,125,133); }

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