Html Css Color HEX #C96E70 Froly

📋 copy color: '#C96E70'

red 201 ◦ green 110 ◦ blue 112

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

Shades of Froly #C96E70

Tints of Froly #C96E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

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

R = 47.52%
G = 26%
B = 26.48%

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

#C96E70 (or 0xC96E70) is known color: Froly. HEX triplet: C9, 6E and 70. RGB value is (201,110,112). Sum of RGB (Red+Green+Blue) = 201+110+112=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E70 is #36918F. Grayscale: #898989. Windows color (decimal): -3576208 or 7368393. OLE color: 7368393.

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

Color convert

RGB 201 110 112 -
CMYK 0 0.45 0.44 0.21
HSL 358.68º 0.46% 0.61% -
HSV(B) 358.68º 0.45% 0.79% -
XYZ 32.59 24.74 18.39 -
YUV 137.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 201 110 112 0 0.45 0.44 0.21 358.68 0.46 0.61
Hex C9 6E 70 0 2D 2C 15 167 2E 3D
Octal 311 156 160 0 55 54 25 547 56 75
Binary 11001001 1101110 1110000 0 101101 101100 10101 101100111 101110 111101

Color Harmonies of #C96E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E70

Black with #C96E70

Text Example


Text Example

White with #C96E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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