#C69693

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

Shades of Rosy Brown #C69693

Tints of Rosy Brown #C69693

Color information

#C69693 (or 0xC69693) is unknown color: approx Rosy Brown. HEX triplet: C6, 96 and 93. RGB value is (198,150,147). Sum of RGB (Red+Green+Blue) = 198+150+147=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69693 is #39696C. Grayscale: #A4A4A4. Windows color (decimal): -3762541 or 9672390. OLE color: 9672390.

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

Color convert

RGB198150147-
CMYK00.240.260.22
HSL3.53º30.91%67.65%-
HSV(B)3.53º25.76%77.65%-
XYZ39.4635.9332.46-
YUV164.01118.4152.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=40%
G=30.30%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815014700.240.260.223.5330.9167.65
HexC696930181A1641f44
Octal3062262230303226437104
Binary1100011010010110100100110110001101010110100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69693; }

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

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

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

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

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

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

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

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