Html Css Color HEX #C96D72 Froly

📋 copy color: '#C96D72'

red 201 ◦ green 109 ◦ blue 114

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

Shades of Froly #C96D72

Tints of Froly #C96D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 47.41%
G = 25.71%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C96D72 (or 0xC96D72) is known color: Froly. HEX triplet: C9, 6D and 72. RGB value is (201,109,114). Sum of RGB (Red+Green+Blue) = 201+109+114=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D72 is #36928D. Grayscale: #898989. Windows color (decimal): -3576462 or 7499209. OLE color: 7499209.

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

Color convert

RGB 201 109 114 -
CMYK 0 0.46 0.43 0.21
HSL 356.74º 0.46% 0.61% -
HSV(B) 356.74º 0.46% 0.79% -
XYZ 32.59 24.57 18.94 -
YUV 137.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 201 109 114 0 0.46 0.43 0.21 356.74 0.46 0.61
Hex C9 6D 72 0 2E 2B 15 165 2E 3D
Octal 311 155 162 0 56 53 25 545 56 75
Binary 11001001 1101101 1110010 0 101110 101011 10101 101100101 101110 111101

Color Harmonies of #C96D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D72

Black with #C96D72

Text Example


Text Example

White with #C96D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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