#C69794

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

Shades of Rosy Brown #C69794

Tints of Rosy Brown #C69794

Color information

#C69794 (or 0xC69794) is unknown color: approx Rosy Brown. HEX triplet: C6, 97 and 94. RGB value is (198,151,148). Sum of RGB (Red+Green+Blue) = 198+151+148=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C69794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69794 is #39686B. Grayscale: #A4A4A4. Windows color (decimal): -3762284 or 9738182. OLE color: 9738182.

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

Color convert

RGB198151148-
CMYK00.240.250.22
HSL3.6º30.49%67.84%-
HSV(B)3.6º25.25%77.65%-
XYZ39.736.2832.93-
YUV164.71118.57151.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=39.84%
G=30.38%
B=29.78%

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
Decimal19815114800.240.250.223.630.4967.84
HexC69794018191641e44
Octal3062272240303126436104
Binary1100011010010111100101000110001100110110100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69794; }

 p { color: rgb(198,151,148); }

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

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

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

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

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

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

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