#C29594

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

Shades of Rosy Brown #C29594

Tints of Rosy Brown #C29594

Color information

#C29594 (or 0xC29594) is unknown color: approx Rosy Brown. HEX triplet: C2, 95 and 94. RGB value is (194,149,148). Sum of RGB (Red+Green+Blue) = 194+149+148=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29594 is #3D6A6B. Grayscale: #A2A2A2. Windows color (decimal): -4024940 or 9737666. OLE color: 9737666.

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

Color convert

RGB194149148-
CMYK00.230.240.24
HSL1.3º27.38%67.06%-
HSV(B)1.3º23.71%76.08%-
XYZ38.3435.132.77-
YUV162.34119.91150.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=39.51%
G=30.35%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414914800.230.240.241.327.3867.06
HexC29594017181811b43
Octal3022252240273030133103
Binary11000010100101011001010001011111000110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29594; }

 p { color: rgb(194,149,148); }

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

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

 a { background-color: rgb(194,149,148); }

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

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

 span { border-color: rgb(194,149,148); }

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