Html Css Color HEX #C97182 Charm

📋 copy color: '#C97182'

red 201 ◦ green 113 ◦ blue 130

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

Shades of Charm #C97182

Tints of Charm #C97182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 45.27%
G = 25.45%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C97182 (or 0xC97182) is known color: Charm. HEX triplet: C9, 71 and 82. RGB value is (201,113,130). Sum of RGB (Red+Green+Blue) = 201+113+130=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97182 is #368E7D. Grayscale: #8D8D8D. Windows color (decimal): -3575422 or 8548809. OLE color: 8548809.

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

Color convert

RGB 201 113 130 -
CMYK 0 0.44 0.35 0.21
HSL 348.41º 0.45% 0.62% -
HSV(B) 348.41º 0.44% 0.79% -
XYZ 34.02 25.84 24.31 -
YUV 141.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 201 113 130 0 0.44 0.35 0.21 348.41 0.45 0.62
Hex C9 71 82 0 2C 23 15 15C 2D 3E
Octal 311 161 202 0 54 43 25 534 55 76
Binary 11001001 1110001 10000010 0 101100 100011 10101 101011100 101101 111110

Color Harmonies of #C97182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97182

Black with #C97182

Text Example


Text Example

White with #C97182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97182; }

 p { color: rgb(201,113,130); }

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

background-color css

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

 a { background-color: rgb(201,113,130); }

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

border-color css

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

 span { border-color: rgb(201,113,130); }

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