Html Css Color HEX #C97384 Charm

📋 copy color: '#C97384'

red 201 ◦ green 115 ◦ blue 132

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

Shades of Charm #C97384

Tints of Charm #C97384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 44.87%
G = 25.67%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97384 (or 0xC97384) is known color: Charm. HEX triplet: C9, 73 and 84. RGB value is (201,115,132). Sum of RGB (Red+Green+Blue) = 201+115+132=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C97384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97384 is #368C7B. Grayscale: #8E8E8E. Windows color (decimal): -3574908 or 8680393. OLE color: 8680393.

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

Color convert

RGB 201 115 132 -
CMYK 0 0.43 0.34 0.21
HSL 348.14º 0.44% 0.62% -
HSV(B) 348.14º 0.43% 0.79% -
XYZ 34.38 26.34 25.1 -
YUV 142.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 201 115 132 0 0.43 0.34 0.21 348.14 0.44 0.62
Hex C9 73 84 0 2B 22 15 15C 2C 3E
Octal 311 163 204 0 53 42 25 534 54 76
Binary 11001001 1110011 10000100 0 101011 100010 10101 101011100 101100 111110

Color Harmonies of #C97384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97384

Black with #C97384

Text Example


Text Example

White with #C97384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97384; }

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

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

background-color css

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

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

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

border-color css

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

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

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