Html Css Color HEX #C96C71 Froly

📋 copy color: '#C96C71'

red 201 ◦ green 108 ◦ blue 113

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

Shades of Froly #C96C71

Tints of Froly #C96C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 47.63%
G = 25.59%
B = 26.78%

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

#C96C71 (or 0xC96C71) is known color: Froly. HEX triplet: C9, 6C and 71. RGB value is (201,108,113). Sum of RGB (Red+Green+Blue) = 201+108+113=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C71 is #36938E. Grayscale: #888888. Windows color (decimal): -3576719 or 7433417. OLE color: 7433417.

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

Color convert

RGB 201 108 113 -
CMYK 0 0.46 0.44 0.21
HSL 356.77º 0.46% 0.61% -
HSV(B) 356.77º 0.46% 0.79% -
XYZ 32.43 24.33 18.61 -
YUV 136.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 201 108 113 0 0.46 0.44 0.21 356.77 0.46 0.61
Hex C9 6C 71 0 2E 2C 15 165 2E 3D
Octal 311 154 161 0 56 54 25 545 56 75
Binary 11001001 1101100 1110001 0 101110 101100 10101 101100101 101110 111101

Color Harmonies of #C96C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C71

Black with #C96C71

Text Example


Text Example

White with #C96C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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