#C69895

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

Shades of Rosy Brown #C69895

Tints of Rosy Brown #C69895

Color information

#C69895 (or 0xC69895) is unknown color: approx Rosy Brown. HEX triplet: C6, 98 and 95. RGB value is (198,152,149). Sum of RGB (Red+Green+Blue) = 198+152+149=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69895 is #39676A. Grayscale: #A5A5A5. Windows color (decimal): -3762027 or 9803974. OLE color: 9803974.

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

Color convert

RGB198152149-
CMYK00.230.250.22
HSL3.67º30.06%68.04%-
HSV(B)3.67º24.75%77.65%-
XYZ39.9436.6333.4-
YUV165.41118.74151.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=39.68%
G=30.46%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815214900.230.250.223.6730.0668.04
HexC69895017191641e44
Octal3062302250273126436104
Binary1100011010011000100101010101111100110110100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69895; }

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

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

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

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

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

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

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

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