#C29A98

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

Shades of Rosy Brown #C29A98

Tints of Rosy Brown #C29A98

Color information

#C29A98 (or 0xC29A98) is unknown color: approx Rosy Brown. HEX triplet: C2, 9A and 98. RGB value is (194,154,152). Sum of RGB (Red+Green+Blue) = 194+154+152=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A98 is #3D6567. Grayscale: #A5A5A5. Windows color (decimal): -4023656 or 10001090. OLE color: 10001090.

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

Color convert

RGB194154152-
CMYK00.210.220.24
HSL2.86º25.61%67.84%-
HSV(B)2.86º21.65%76.08%-
XYZ39.4736.8534.74-
YUV165.73120.25148.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=38.8%
G=30.8%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415415200.210.220.242.8625.6167.84
HexC29A98015161831a44
Octal3022322300252630332104
Binary110000101001101010011000010101101101100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A98; }

 p { color: rgb(194,154,152); }

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

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

 a { background-color: rgb(194,154,152); }

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

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

 span { border-color: rgb(194,154,152); }

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