#CC9191

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

Shades of Rosy Brown #CC9191

Tints of Rosy Brown #CC9191

Color information

#CC9191 (or 0xCC9191) is unknown color: approx Rosy Brown. HEX triplet: CC, 91 and 91. RGB value is (204,145,145). Sum of RGB (Red+Green+Blue) = 204+145+145=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9191 is #336E6E. Grayscale: #A2A2A2. Windows color (decimal): -3370607 or 9540044. OLE color: 9540044.

HSL color Cylindrical-coordinate representation of color #CC9191: hue angle of 0º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9191 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204145145-
CMYK00.290.290.2
HSL36.65%68.43%-
HSV(B)28.92%80%-
XYZ40.1435.1331.45-
YUV162.64118.05157.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=41.30%
G=29.35%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414514500.290.290.2036.6568.43
HexCC919101D1D1402544
Octal3142212210353524045104
Binary110011001001000110010001011101111011010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9191; }

 p { color: rgb(204,145,145); }

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

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

 a { background-color: rgb(204,145,145); }

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

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

 span { border-color: rgb(204,145,145); }

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