Html Css Color HEX #C96F70 Froly

📋 copy color: '#C96F70'

red 201 ◦ green 111 ◦ blue 112

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

Shades of Froly #C96F70

Tints of Froly #C96F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 47.41%
G = 26.18%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96F70 (or 0xC96F70) is known color: Froly. HEX triplet: C9, 6F and 70. RGB value is (201,111,112). Sum of RGB (Red+Green+Blue) = 201+111+112=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F70 is #36908F. Grayscale: #8A8A8A. Windows color (decimal): -3575952 or 7368649. OLE color: 7368649.

HSL color Cylindrical-coordinate representation of color #C96F70: hue angle of 359.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96F70 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 111 112 -
CMYK 0 0.45 0.44 0.21
HSL 359.33º 0.45% 0.61% -
HSV(B) 359.33º 0.45% 0.79% -
XYZ 32.7 24.96 18.42 -
YUV 138.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 201 111 112 0 0.45 0.44 0.21 359.33 0.45 0.61
Hex C9 6F 70 0 2D 2C 15 167 2D 3D
Octal 311 157 160 0 55 54 25 547 55 75
Binary 11001001 1101111 1110000 0 101101 101100 10101 101100111 101101 111101

Color Harmonies of #C96F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F70

Black with #C96F70

Text Example


Text Example

White with #C96F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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