Html Css Color HEX #C96D71 Froly

📋 copy color: '#C96D71'

red 201 ◦ green 109 ◦ blue 113

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

Shades of Froly #C96D71

Tints of Froly #C96D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 47.52%
G = 25.77%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96D71 (or 0xC96D71) is known color: Froly. HEX triplet: C9, 6D and 71. RGB value is (201,109,113). Sum of RGB (Red+Green+Blue) = 201+109+113=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D71 is #36928E. Grayscale: #898989. Windows color (decimal): -3576463 or 7433673. OLE color: 7433673.

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

Color convert

RGB 201 109 113 -
CMYK 0 0.46 0.44 0.21
HSL 357.39º 0.46% 0.61% -
HSV(B) 357.39º 0.46% 0.79% -
XYZ 32.54 24.55 18.65 -
YUV 136.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 201 109 113 0 0.46 0.44 0.21 357.39 0.46 0.61
Hex C9 6D 71 0 2E 2C 15 165 2E 3D
Octal 311 155 161 0 56 54 25 545 56 75
Binary 11001001 1101101 1110001 0 101110 101100 10101 101100101 101110 111101

Color Harmonies of #C96D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D71

Black with #C96D71

Text Example


Text Example

White with #C96D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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