Html Css Color HEX #C97382 Charm

📋 copy color: '#C97382'

red 201 ◦ green 115 ◦ blue 130

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

Shades of Charm #C97382

Tints of Charm #C97382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 45.07%
G = 25.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C97382 (or 0xC97382) is known color: Charm. HEX triplet: C9, 73 and 82. RGB value is (201,115,130). Sum of RGB (Red+Green+Blue) = 201+115+130=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97382 is #368C7D. Grayscale: #8E8E8E. Windows color (decimal): -3574910 or 8549321. OLE color: 8549321.

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

Color convert

RGB 201 115 130 -
CMYK 0 0.43 0.35 0.21
HSL 349.53º 0.44% 0.62% -
HSV(B) 349.53º 0.43% 0.79% -
XYZ 34.25 26.29 24.39 -
YUV 142.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 201 115 130 0 0.43 0.35 0.21 349.53 0.44 0.62
Hex C9 73 82 0 2B 23 15 15E 2C 3E
Octal 311 163 202 0 53 43 25 536 54 76
Binary 11001001 1110011 10000010 0 101011 100011 10101 101011110 101100 111110

Color Harmonies of #C97382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97382

Black with #C97382

Text Example


Text Example

White with #C97382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97382; }

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

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

background-color css

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

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

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

border-color css

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

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

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