Html Css Color HEX #C97582 Charm

📋 copy color: '#C97582'

red 201 ◦ green 117 ◦ blue 130

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

Shades of Charm #C97582

Tints of Charm #C97582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 44.87%
G = 26.12%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C97582 (or 0xC97582) is known color: Charm. HEX triplet: C9, 75 and 82. RGB value is (201,117,130). Sum of RGB (Red+Green+Blue) = 201+117+130=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C97582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97582 is #368A7D. Grayscale: #8F8F8F. Windows color (decimal): -3574398 or 8549833. OLE color: 8549833.

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

Color convert

RGB 201 117 130 -
CMYK 0 0.42 0.35 0.21
HSL 350.71º 0.44% 0.62% -
HSV(B) 350.71º 0.42% 0.79% -
XYZ 34.48 26.75 24.47 -
YUV 143.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 201 117 130 0 0.42 0.35 0.21 350.71 0.44 0.62
Hex C9 75 82 0 2A 23 15 15F 2C 3E
Octal 311 165 202 0 52 43 25 537 54 76
Binary 11001001 1110101 10000010 0 101010 100011 10101 101011111 101100 111110

Color Harmonies of #C97582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97582

Black with #C97582

Text Example


Text Example

White with #C97582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97582; }

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

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

background-color css

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

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

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

border-color css

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

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

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