#C69595

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

Shades of Rosy Brown #C69595

Tints of Rosy Brown #C69595

Color information

#C69595 (or 0xC69595) is unknown color: approx Rosy Brown. HEX triplet: C6, 95 and 95. RGB value is (198,149,149). Sum of RGB (Red+Green+Blue) = 198+149+149=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69595 is #396A6A. Grayscale: #A3A3A3. Windows color (decimal): -3762795 or 9803206. OLE color: 9803206.

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

Color convert

RGB198149149-
CMYK00.250.250.22
HSL30.06%68.04%-
HSV(B)24.75%77.65%-
XYZ39.4635.6733.24-
YUV163.65119.73152.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=39.92%
G=30.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814914900.250.250.22030.0668.04
HexC69595019191601e44
Octal3062252250313126036104
Binary11000110100101011001010101100111001101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69595; }

 p { color: rgb(198,149,149); }

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

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

 a { background-color: rgb(198,149,149); }

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

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

 span { border-color: rgb(198,149,149); }

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