#C18989

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

Shades of Rosy Brown #C18989

Tints of Rosy Brown #C18989

Color information

#C18989 (or 0xC18989) is unknown color: approx Rosy Brown. HEX triplet: C1, 89 and 89. RGB value is (193,137,137). Sum of RGB (Red+Green+Blue) = 193+137+137=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C18989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18989 is #3E7676. Grayscale: #999999. Windows color (decimal): -4093559 or 9013697. OLE color: 9013697.

HSL color Cylindrical-coordinate representation of color #C18989: hue angle of 0º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18989 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB193137137-
CMYK00.290.290.24
HSL31.11%64.71%-
HSV(B)29.02%75.69%-
XYZ35.4531.0327.79-
YUV153.74118.55156-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=41.33%
G=29.34%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313713700.290.290.24031.1164.71
HexC1898901D1D1801f41
Octal3012112110353530037101
Binary11000001100010011000100101110111101110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18989; }

 p { color: rgb(193,137,137); }

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

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

 a { background-color: rgb(193,137,137); }

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

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

 span { border-color: rgb(193,137,137); }

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