#C29998

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

Shades of Rosy Brown #C29998

Tints of Rosy Brown #C29998

Color information

#C29998 (or 0xC29998) is unknown color: approx Rosy Brown. HEX triplet: C2, 99 and 98. RGB value is (194,153,152). Sum of RGB (Red+Green+Blue) = 194+153+152=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29998 is #3D6667. Grayscale: #A5A5A5. Windows color (decimal): -4023912 or 10000834. OLE color: 10000834.

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

Color convert

RGB194153152-
CMYK00.210.220.24
HSL1.43º25.61%67.84%-
HSV(B)1.43º21.65%76.08%-
XYZ39.3136.5234.68-
YUV165.14120.58148.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=38.88%
G=30.66%
B=30.46%

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
Decimal19415315200.210.220.241.4325.6167.84
HexC29998015161811a44
Octal3022312300252630132104
Binary11000010100110011001100001010110110110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29998; }

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

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

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

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

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

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

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

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