Html Css Color HEX #C96F77 Charm

📋 copy color: '#C96F77'

red 201 ◦ green 111 ◦ blue 119

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

Shades of Charm #C96F77

Tints of Charm #C96F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 46.64%
G = 25.75%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C96F77 (or 0xC96F77) is known color: Charm. HEX triplet: C9, 6F and 77. RGB value is (201,111,119). Sum of RGB (Red+Green+Blue) = 201+111+119=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F77 is #369088. Grayscale: #8A8A8A. Windows color (decimal): -3575945 or 7827401. OLE color: 7827401.

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

Color convert

RGB 201 111 119 -
CMYK 0 0.45 0.41 0.21
HSL 354.67º 0.45% 0.61% -
HSV(B) 354.67º 0.45% 0.79% -
XYZ 33.1 25.12 20.56 -
YUV 138.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 201 111 119 0 0.45 0.41 0.21 354.67 0.45 0.61
Hex C9 6F 77 0 2D 29 15 163 2D 3D
Octal 311 157 167 0 55 51 25 543 55 75
Binary 11001001 1101111 1110111 0 101101 101001 10101 101100011 101101 111101

Color Harmonies of #C96F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F77

Black with #C96F77

Text Example


Text Example

White with #C96F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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