#C29B98

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

Shades of Rosy Brown #C29B98

Tints of Rosy Brown #C29B98

Color information

#C29B98 (or 0xC29B98) is unknown color: approx Rosy Brown. HEX triplet: C2, 9B and 98. RGB value is (194,155,152). Sum of RGB (Red+Green+Blue) = 194+155+152=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B98 is #3D6467. Grayscale: #A6A6A6. Windows color (decimal): -4023400 or 10001346. OLE color: 10001346.

HSL color Cylindrical-coordinate representation of color #C29B98: hue angle of 4.29º 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 #C29B98 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194155152-
CMYK00.200.220.24
HSL4.29º25.61%67.84%-
HSV(B)4.29º21.65%76.08%-
XYZ39.6437.1834.79-
YUV166.32119.92147.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=38.72%
G=30.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415515200.200.220.244.2925.6167.84
HexC29B98014161841a44
Octal3022332300242630432104
Binary1100001010011011100110000101001011011000100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B98; }

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

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

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

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

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

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

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

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