#C69694

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

Shades of Rosy Brown #C69694

Tints of Rosy Brown #C69694

Color information

#C69694 (or 0xC69694) is unknown color: approx Rosy Brown. HEX triplet: C6, 96 and 94. RGB value is (198,150,148). Sum of RGB (Red+Green+Blue) = 198+150+148=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69694 is #39696B. Grayscale: #A4A4A4. Windows color (decimal): -3762540 or 9737926. OLE color: 9737926.

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

Color convert

RGB198150148-
CMYK00.240.250.22
HSL2.4º30.49%67.84%-
HSV(B)2.4º25.25%77.65%-
XYZ39.5435.9632.87-
YUV164.12118.9152.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=39.92%
G=30.24%
B=29.84%

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
Decimal19815014800.240.250.222.430.4967.84
HexC69694018191621e44
Octal3062262240303126236104
Binary110001101001011010010100011000110011011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69694; }

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

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

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

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

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

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

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

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