Html Css Color HEX #C96C74 Froly

📋 copy color: '#C96C74'

red 201 ◦ green 108 ◦ blue 116

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

Shades of Froly #C96C74

Tints of Froly #C96C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 47.29%
G = 25.41%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96C74 (or 0xC96C74) is known color: Froly. HEX triplet: C9, 6C and 74. RGB value is (201,108,116). Sum of RGB (Red+Green+Blue) = 201+108+116=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C74 is #36938B. Grayscale: #888888. Windows color (decimal): -3576716 or 7630025. OLE color: 7630025.

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

Color convert

RGB 201 108 116 -
CMYK 0 0.46 0.42 0.21
HSL 354.84º 0.46% 0.61% -
HSV(B) 354.84º 0.46% 0.79% -
XYZ 32.6 24.4 19.52 -
YUV 136.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 201 108 116 0 0.46 0.42 0.21 354.84 0.46 0.61
Hex C9 6C 74 0 2E 2A 15 163 2E 3D
Octal 311 154 164 0 56 52 25 543 56 75
Binary 11001001 1101100 1110100 0 101110 101010 10101 101100011 101110 111101

Color Harmonies of #C96C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C74

Black with #C96C74

Text Example


Text Example

White with #C96C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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