#C78F8F

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

Shades of Rosy Brown #C78F8F

Tints of Rosy Brown #C78F8F

Color information

#C78F8F (or 0xC78F8F) is unknown color: approx Rosy Brown. HEX triplet: C7, 8F and 8F. RGB value is (199,143,143). Sum of RGB (Red+Green+Blue) = 199+143+143=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78F8F is #387070. Grayscale: #9F9F9F. Windows color (decimal): -3698801 or 9408455. OLE color: 9408455.

HSL color Cylindrical-coordinate representation of color #C78F8F: hue angle of 0º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C78F8F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB199143143-
CMYK00.280.280.22
HSL33.33%67.06%-
HSV(B)28.14%78.04%-
XYZ38.3333.7730.48-
YUV159.74118.55156-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=41.03%
G=29.48%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914314300.280.280.22033.3367.06
HexC78F8F01C1C1602143
Octal3072172170343426041103
Binary110001111000111110001111011100111001011001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F8F; }

 p { color: rgb(199,143,143); }

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

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

 a { background-color: rgb(199,143,143); }

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

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

 span { border-color: rgb(199,143,143); }

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