#C29995

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

Shades of Rosy Brown #C29995

Tints of Rosy Brown #C29995

Color information

#C29995 (or 0xC29995) is unknown color: approx Rosy Brown. HEX triplet: C2, 99 and 95. RGB value is (194,153,149). Sum of RGB (Red+Green+Blue) = 194+153+149=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29995 is #3D666A. Grayscale: #A4A4A4. Windows color (decimal): -4023915 or 9804226. OLE color: 9804226.

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

Color convert

RGB194153149-
CMYK00.210.230.24
HSL5.33º26.95%67.25%-
HSV(B)5.33º23.2%76.08%-
XYZ39.0636.4233.4-
YUV164.8119.08148.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=39.11%
G=30.85%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415314900.210.230.245.3326.9567.25
HexC29995015171851b43
Octal3022312250252730533103
Binary1100001010011001100101010101011011111000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29995; }

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

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

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

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

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

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

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

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