Html Css Color HEX #C96F79 Charm

📋 copy color: '#C96F79'

red 201 ◦ green 111 ◦ blue 121

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

Shades of Charm #C96F79

Tints of Charm #C96F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 46.42%
G = 25.64%
B = 27.94%

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

#C96F79 (or 0xC96F79) is known color: Charm. HEX triplet: C9, 6F and 79. RGB value is (201,111,121). Sum of RGB (Red+Green+Blue) = 201+111+121=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F79 is #369086. Grayscale: #8B8B8B. Windows color (decimal): -3575943 or 7958473. OLE color: 7958473.

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

Color convert

RGB 201 111 121 -
CMYK 0 0.45 0.40 0.21
HSL 353.33º 0.45% 0.61% -
HSV(B) 353.33º 0.45% 0.79% -
XYZ 33.22 25.17 21.2 -
YUV 139.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 201 111 121 0 0.45 0.40 0.21 353.33 0.45 0.61
Hex C9 6F 79 0 2D 28 15 161 2D 3D
Octal 311 157 171 0 55 50 25 541 55 75
Binary 11001001 1101111 1111001 0 101101 101000 10101 101100001 101101 111101

Color Harmonies of #C96F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F79

Black with #C96F79

Text Example


Text Example

White with #C96F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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