Html Css Color HEX #C96B70 Froly

📋 copy color: '#C96B70'

red 201 ◦ green 107 ◦ blue 112

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

Shades of Froly #C96B70

Tints of Froly #C96B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

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

R = 47.86%
G = 25.48%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96B70 (or 0xC96B70) is known color: Froly. HEX triplet: C9, 6B and 70. RGB value is (201,107,112). Sum of RGB (Red+Green+Blue) = 201+107+112=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B70 is #36948F. Grayscale: #878787. Windows color (decimal): -3576976 or 7367625. OLE color: 7367625.

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

Color convert

RGB 201 107 112 -
CMYK 0 0.47 0.44 0.21
HSL 356.81º 0.47% 0.6% -
HSV(B) 356.81º 0.47% 0.79% -
XYZ 32.27 24.1 18.28 -
YUV 135.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 201 107 112 0 0.47 0.44 0.21 356.81 0.47 0.6
Hex C9 6B 70 0 2F 2C 15 165 2F 3C
Octal 311 153 160 0 57 54 25 545 57 74
Binary 11001001 1101011 1110000 0 101111 101100 10101 101100101 101111 111100

Color Harmonies of #C96B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B70

Black with #C96B70

Text Example


Text Example

White with #C96B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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