Html Css Color HEX #C96E78 Charm

📋 copy color: '#C96E78'

red 201 ◦ green 110 ◦ blue 120

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

Shades of Charm #C96E78

Tints of Charm #C96E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 46.64%
G = 25.52%
B = 27.84%

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

#C96E78 (or 0xC96E78) is known color: Charm. HEX triplet: C9, 6E and 78. RGB value is (201,110,120). Sum of RGB (Red+Green+Blue) = 201+110+120=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E78 is #369187. Grayscale: #8A8A8A. Windows color (decimal): -3576200 or 7892681. OLE color: 7892681.

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

Color convert

RGB 201 110 120 -
CMYK 0 0.45 0.40 0.21
HSL 353.41º 0.46% 0.61% -
HSV(B) 353.41º 0.45% 0.79% -
XYZ 33.05 24.93 20.84 -
YUV 138.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 201 110 120 0 0.45 0.40 0.21 353.41 0.46 0.61
Hex C9 6E 78 0 2D 28 15 161 2E 3D
Octal 311 156 170 0 55 50 25 541 56 75
Binary 11001001 1101110 1111000 0 101101 101000 10101 101100001 101110 111101

Color Harmonies of #C96E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E78

Black with #C96E78

Text Example


Text Example

White with #C96E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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