#C89694

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

Shades of Rosy Brown #C89694

Tints of Rosy Brown #C89694

Color information

#C89694 (or 0xC89694) is unknown color: approx Rosy Brown. HEX triplet: C8, 96 and 94. RGB value is (200,150,148). Sum of RGB (Red+Green+Blue) = 200+150+148=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89694 is #37696B. Grayscale: #A4A4A4. Windows color (decimal): -3631468 or 9737928. OLE color: 9737928.

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

Color convert

RGB200150148-
CMYK00.250.260.22
HSL2.31º32.1%68.24%-
HSV(B)2.31º26%78.43%-
XYZ40.0736.2332.9-
YUV164.72118.56153.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=40.16%
G=30.12%
B=29.72%

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
Decimal20015014800.250.260.222.3132.168.24
HexC896940191A1622044
Octal3102262240313226240104
Binary1100100010010110100101000110011101010110101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89694; }

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

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

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

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

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

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

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

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