Html Css Color HEX #C97485 Charm

📋 copy color: '#C97485'

red 201 ◦ green 116 ◦ blue 133

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

Shades of Charm #C97485

Tints of Charm #C97485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 44.67%
G = 25.78%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97485 (or 0xC97485) is known color: Charm. HEX triplet: C9, 74 and 85. RGB value is (201,116,133). Sum of RGB (Red+Green+Blue) = 201+116+133=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C97485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97485 is #368B7A. Grayscale: #8F8F8F. Windows color (decimal): -3574651 or 8746185. OLE color: 8746185.

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

Color convert

RGB 201 116 133 -
CMYK 0 0.42 0.34 0.21
HSL 348º 0.44% 0.62% -
HSV(B) 348º 0.42% 0.79% -
XYZ 34.57 26.6 25.5 -
YUV 143.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 201 116 133 0 0.42 0.34 0.21 348 0.44 0.62
Hex C9 74 85 0 2A 22 15 15C 2C 3E
Octal 311 164 205 0 52 42 25 534 54 76
Binary 11001001 1110100 10000101 0 101010 100010 10101 101011100 101100 111110

Color Harmonies of #C97485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97485

Black with #C97485

Text Example


Text Example

White with #C97485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97485; }

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

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

background-color css

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

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

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

border-color css

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

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

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