Html Css Color HEX #C96C70 Froly

📋 copy color: '#C96C70'

red 201 ◦ green 108 ◦ blue 112

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

Shades of Froly #C96C70

Tints of Froly #C96C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 47.74%
G = 25.65%
B = 26.6%

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

#C96C70 (or 0xC96C70) is known color: Froly. HEX triplet: C9, 6C and 70. RGB value is (201,108,112). Sum of RGB (Red+Green+Blue) = 201+108+112=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C70 is #36938F. Grayscale: #888888. Windows color (decimal): -3576720 or 7367881. OLE color: 7367881.

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

Color convert

RGB 201 108 112 -
CMYK 0 0.46 0.44 0.21
HSL 357.42º 0.46% 0.61% -
HSV(B) 357.42º 0.46% 0.79% -
XYZ 32.37 24.31 18.32 -
YUV 136.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 201 108 112 0 0.46 0.44 0.21 357.42 0.46 0.61
Hex C9 6C 70 0 2E 2C 15 165 2E 3D
Octal 311 154 160 0 56 54 25 545 56 75
Binary 11001001 1101100 1110000 0 101110 101100 10101 101100101 101110 111101

Color Harmonies of #C96C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C70

Black with #C96C70

Text Example


Text Example

White with #C96C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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