Html Css Color HEX #C97383 Charm

📋 copy color: '#C97383'

red 201 ◦ green 115 ◦ blue 131

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

Shades of Charm #C97383

Tints of Charm #C97383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.31%

R = 44.97%
G = 25.73%
B = 29.31%

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

#C97383 (or 0xC97383) is known color: Charm. HEX triplet: C9, 73 and 83. RGB value is (201,115,131). Sum of RGB (Red+Green+Blue) = 201+115+131=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97383 is #368C7C. Grayscale: #8E8E8E. Windows color (decimal): -3574909 or 8614857. OLE color: 8614857.

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

Color convert

RGB 201 115 131 -
CMYK 0 0.43 0.35 0.21
HSL 348.84º 0.44% 0.62% -
HSV(B) 348.84º 0.43% 0.79% -
XYZ 34.31 26.32 24.74 -
YUV 142.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 201 115 131 0 0.43 0.35 0.21 348.84 0.44 0.62
Hex C9 73 83 0 2B 23 15 15D 2C 3E
Octal 311 163 203 0 53 43 25 535 54 76
Binary 11001001 1110011 10000011 0 101011 100011 10101 101011101 101100 111110

Color Harmonies of #C97383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97383

Black with #C97383

Text Example


Text Example

White with #C97383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97383; }

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

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

background-color css

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

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

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

border-color css

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

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

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