Html Css Color HEX #C96E79 Charm

📋 copy color: '#C96E79'

red 201 ◦ green 110 ◦ blue 121

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

Shades of Charm #C96E79

Tints of Charm #C96E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

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

R = 46.53%
G = 25.46%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C96E79 (or 0xC96E79) is known color: Charm. HEX triplet: C9, 6E and 79. RGB value is (201,110,121). Sum of RGB (Red+Green+Blue) = 201+110+121=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E79 is #369186. Grayscale: #8A8A8A. Windows color (decimal): -3576199 or 7958217. OLE color: 7958217.

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

Color convert

RGB 201 110 121 -
CMYK 0 0.45 0.40 0.21
HSL 352.75º 0.46% 0.61% -
HSV(B) 352.75º 0.45% 0.79% -
XYZ 33.11 24.95 21.16 -
YUV 138.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 201 110 121 0 0.45 0.40 0.21 352.75 0.46 0.61
Hex C9 6E 79 0 2D 28 15 161 2E 3D
Octal 311 156 171 0 55 50 25 541 56 75
Binary 11001001 1101110 1111001 0 101101 101000 10101 101100001 101110 111101

Color Harmonies of #C96E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E79

Black with #C96E79

Text Example


Text Example

White with #C96E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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