#c96b6d

Color #C96B6D Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #C96B6D

Tints of Froly #C96B6D

Color information

#C96B6D (or 0xC96B6D) is unknown color: approx Froly. HEX triplet: C9, 6B and 6D. RGB value is (201,107,109). Sum of RGB (Red+Green+Blue) = 201+107+109=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B6D is #369492. Grayscale: #878787. Windows color (decimal): -3576979 or 7171017. OLE color: 7171017.

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

Color convert

RGB201107109-
CMYK00.470.460.21
HSL358.72º46.53%60.39%-
HSV(B)358.72º46.77%78.82%-
XYZ32.1124.0417.42-
YUV135.33113.14174.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=48.20%
G=25.66%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110710900.470.460.21358.7246.5360.39
HexC96B6D02F2E151672f3c
Octal31115315505756255475774
Binary1100100111010111101101010111110111010101101100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96b6d; }

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

 H1.HeaderClassName
 {
   color: #c96b6d;
 }
 .AnyTagClassName
 {
   color: #c96b6d;
 }
</style>
background-color css

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

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

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

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

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

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