#c69695

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

Shades of Rosy Brown #C69695

Tints of Rosy Brown #C69695

Color information

#C69695 (or 0xC69695) is unknown color: approx Rosy Brown. HEX triplet: C6, 96 and 95. RGB value is (198,150,149). Sum of RGB (Red+Green+Blue) = 198+150+149=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C69695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69695 is #39696A. Grayscale: #A4A4A4. Windows color (decimal): -3762539 or 9803462. OLE color: 9803462.

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

Color convert

RGB198150149-
CMYK00.240.250.22
HSL1.22º30.06%68.04%-
HSV(B)1.22º24.75%77.65%-
XYZ39.6235.9933.29-
YUV164.24119.4152.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=39.84%
G=30.18%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815014900.240.250.221.2230.0668.04
HexC69695018191611e44
Octal3062262250303126136104
Binary11000110100101101001010101100011001101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c69695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c69695; }

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

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

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

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

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

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

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

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