Html Css Color HEX #C97385 Charm

📋 copy color: '#C97385'

red 201 ◦ green 115 ◦ blue 133

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

Shades of Charm #C97385

Tints of Charm #C97385

RGB

 RED value IS 201 (78.91% from 255) = 44.77%

 GREEN value IS 115 (45.31% from 255) = 25.61%

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

R = 44.77%
G = 25.61%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97385 (or 0xC97385) is known color: Charm. HEX triplet: C9, 73 and 85. RGB value is (201,115,133). Sum of RGB (Red+Green+Blue) = 201+115+133=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97385 is #368C7A. Grayscale: #8E8E8E. Windows color (decimal): -3574907 or 8745929. OLE color: 8745929.

HSL color Cylindrical-coordinate representation of color #C97385: hue angle of 347.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97385 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 133 -
CMYK 0 0.43 0.34 0.21
HSL 347.44º 0.44% 0.62% -
HSV(B) 347.44º 0.43% 0.79% -
XYZ 34.45 26.37 25.46 -
YUV 142.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 201 115 133 0 0.43 0.34 0.21 347.44 0.44 0.62
Hex C9 73 85 0 2B 22 15 15B 2C 3E
Octal 311 163 205 0 53 42 25 533 54 76
Binary 11001001 1110011 10000101 0 101011 100010 10101 101011011 101100 111110

Color Harmonies of #C97385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97385

Black with #C97385

Text Example


Text Example

White with #C97385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97385; }

 p { color: rgb(201,115,133); }

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

background-color css

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

 a { background-color: rgb(201,115,133); }

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

border-color css

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

 span { border-color: rgb(201,115,133); }

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