#C39A98

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

Shades of Rosy Brown #C39A98

Tints of Rosy Brown #C39A98

Color information

#C39A98 (or 0xC39A98) is unknown color: approx Rosy Brown. HEX triplet: C3, 9A and 98. RGB value is (195,154,152). Sum of RGB (Red+Green+Blue) = 195+154+152=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A98 is #3C6567. Grayscale: #A6A6A6. Windows color (decimal): -3958120 or 10001091. OLE color: 10001091.

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

Color convert

RGB195154152-
CMYK00.210.220.24
HSL2.79º26.38%68.04%-
HSV(B)2.79º22.05%76.47%-
XYZ39.7336.9834.75-
YUV166.03120.08148.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=38.92%
G=30.74%
B=30.34%

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
Decimal19515415200.210.220.242.7926.3868.04
HexC39A98015161831a44
Octal3032322300252630332104
Binary110000111001101010011000010101101101100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A98; }

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

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

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

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

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

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

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

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