Html Css Color HEX #C96D79 Charm

📋 copy color: '#C96D79'

red 201 ◦ green 109 ◦ blue 121

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

Shades of Charm #C96D79

Tints of Charm #C96D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 46.64%
G = 25.29%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C96D79 (or 0xC96D79) is known color: Charm. HEX triplet: C9, 6D and 79. RGB value is (201,109,121). Sum of RGB (Red+Green+Blue) = 201+109+121=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D79 is #369286. Grayscale: #898989. Windows color (decimal): -3576455 or 7957961. OLE color: 7957961.

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

Color convert

RGB 201 109 121 -
CMYK 0 0.46 0.40 0.21
HSL 352.17º 0.46% 0.61% -
HSV(B) 352.17º 0.46% 0.79% -
XYZ 33.01 24.74 21.12 -
YUV 137.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 201 109 121 0 0.46 0.40 0.21 352.17 0.46 0.61
Hex C9 6D 79 0 2E 28 15 160 2E 3D
Octal 311 155 171 0 56 50 25 540 56 75
Binary 11001001 1101101 1111001 0 101110 101000 10101 101100000 101110 111101

Color Harmonies of #C96D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D79

Black with #C96D79

Text Example


Text Example

White with #C96D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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