Html Css Color HEX #C97982 Charm

📋 copy color: '#C97982'

red 201 ◦ green 121 ◦ blue 130

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

Shades of Charm #C97982

Tints of Charm #C97982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.77%

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

R = 44.47%
G = 26.77%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C97982 (or 0xC97982) is known color: Charm. HEX triplet: C9, 79 and 82. RGB value is (201,121,130). Sum of RGB (Red+Green+Blue) = 201+121+130=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C97982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97982 is #36867D. Grayscale: #919191. Windows color (decimal): -3573374 or 8550857. OLE color: 8550857.

HSL color Cylindrical-coordinate representation of color #C97982: hue angle of 353.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97982 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 130 -
CMYK 0 0.40 0.35 0.21
HSL 353.25º 0.43% 0.63% -
HSV(B) 353.25º 0.4% 0.79% -
XYZ 34.95 27.7 24.62 -
YUV 145.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 201 121 130 0 0.40 0.35 0.21 353.25 0.43 0.63
Hex C9 79 82 0 28 23 15 161 2B 3F
Octal 311 171 202 0 50 43 25 541 53 77
Binary 11001001 1111001 10000010 0 101000 100011 10101 101100001 101011 111111

Color Harmonies of #C97982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97982

Black with #C97982

Text Example


Text Example

White with #C97982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97982; }

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

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

background-color css

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

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

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

border-color css

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

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

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