Html Css Color HEX #C97481 Charm

📋 copy color: '#C97481'

red 201 ◦ green 116 ◦ blue 129

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

Shades of Charm #C97481

Tints of Charm #C97481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.92%

R = 45.07%
G = 26.01%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97481 (or 0xC97481) is known color: Charm. HEX triplet: C9, 74 and 81. RGB value is (201,116,129). Sum of RGB (Red+Green+Blue) = 201+116+129=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97481 is #368B7E. Grayscale: #8E8E8E. Windows color (decimal): -3574655 or 8484041. OLE color: 8484041.

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

Color convert

RGB 201 116 129 -
CMYK 0 0.42 0.36 0.21
HSL 350.82º 0.44% 0.62% -
HSV(B) 350.82º 0.42% 0.79% -
XYZ 34.3 26.49 24.08 -
YUV 142.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 201 116 129 0 0.42 0.36 0.21 350.82 0.44 0.62
Hex C9 74 81 0 2A 24 15 15F 2C 3E
Octal 311 164 201 0 52 44 25 537 54 76
Binary 11001001 1110100 10000001 0 101010 100100 10101 101011111 101100 111110

Color Harmonies of #C97481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97481

Black with #C97481

Text Example


Text Example

White with #C97481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97481; }

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

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

background-color css

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

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

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

border-color css

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

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

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