#C89695

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

Shades of Rosy Brown #C89695

Tints of Rosy Brown #C89695

Color information

#C89695 (or 0xC89695) is unknown color: approx Rosy Brown. HEX triplet: C8, 96 and 95. RGB value is (200,150,149). Sum of RGB (Red+Green+Blue) = 200+150+149=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89695 is #37696A. Grayscale: #A4A4A4. Windows color (decimal): -3631467 or 9803464. OLE color: 9803464.

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

Color convert

RGB200150149-
CMYK00.250.260.22
HSL1.18º31.68%68.43%-
HSV(B)1.18º25.5%78.43%-
XYZ40.1536.2633.32-
YUV164.84119.06153.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=40.08%
G=30.06%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015014900.250.260.221.1831.6868.43
HexC896950191A1612044
Octal3102262250313226140104
Binary110010001001011010010101011001110101011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89695; }

 p { color: rgb(200,150,149); }

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

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

 a { background-color: rgb(200,150,149); }

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

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

 span { border-color: rgb(200,150,149); }

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