Html Css Color HEX #C97281 Charm

📋 copy color: '#C97281'

red 201 ◦ green 114 ◦ blue 129

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

Shades of Charm #C97281

Tints of Charm #C97281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

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

R = 45.27%
G = 25.68%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97281 (or 0xC97281) is known color: Charm. HEX triplet: C9, 72 and 81. RGB value is (201,114,129). Sum of RGB (Red+Green+Blue) = 201+114+129=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97281 is #368D7E. Grayscale: #8D8D8D. Windows color (decimal): -3575167 or 8483529. OLE color: 8483529.

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

Color convert

RGB 201 114 129 -
CMYK 0 0.43 0.36 0.21
HSL 349.66º 0.45% 0.62% -
HSV(B) 349.66º 0.43% 0.79% -
XYZ 34.07 26.04 24 -
YUV 141.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 201 114 129 0 0.43 0.36 0.21 349.66 0.45 0.62
Hex C9 72 81 0 2B 24 15 15E 2D 3E
Octal 311 162 201 0 53 44 25 536 55 76
Binary 11001001 1110010 10000001 0 101011 100100 10101 101011110 101101 111110

Color Harmonies of #C97281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97281

Black with #C97281

Text Example


Text Example

White with #C97281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97281; }

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

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

background-color css

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

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

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

border-color css

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

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

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